ソースを参照

added comments on variables

Toastie 7 ヶ月 前
コミット
244a87207f
1 ファイル変更1 行追加1 行削除
  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