瀏覽代碼

Update netboot.sh

Brent, Yang Bohan 7 年之前
父節點
當前提交
f539293a7c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      netboot.sh

+ 1 - 1
netboot.sh

@@ -301,7 +301,7 @@ EOF
 
 if [ "$DEBNETB_DISKCRYPTO" = "regular" ]; then
 cat >> preseed.cfg << EOF
-d-i partman-auto/expert_recipe string naive :: 0 1 -1 \$DEBNETB_default_filesystem \$DEBNETB_primary{ } \$DEBNETB_bootable{ } method{ format } format{ } use_filesystem{ } \$DEBNETB_default_filesystem{ } mountpoint{ / } .
+d-i partman-auto/expert_recipe string naive :: 0 1 -1 \$default_filesystem \$primary{ } \$bootable{ } method{ format } format{ } use_filesystem{ } \$default_filesystem{ } mountpoint{ / } .
 d-i partman-auto/choose_recipe select naive
 EOF
 fi