Browse Source

added comments on variables

Toastie 6 months ago
parent
commit
244a87207f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      bootstrap-bookworm.sh

+ 1 - 1
bootstrap-bookworm.sh

@@ -41,7 +41,7 @@ netDNS2="198.51.100.10"
 netNTP="pool.ntp.org"
 pwdAdmin=""                         # "" blank for auto-generation
 pwdRoot=""                          # "" blank for auto-generation
-extraPackages="qemu-guest-agent"    # additional packages to install
+extraPackages="qemu-guest-agent"    # additional packages to install, e.g. cryptsetup
 
 # Overwrite default variables from config file
 [ -f ./config.sh ] && source config.sh