Update netboot.sh

pull/8/head
Brent, Yang Bohan 7 years ago committed by GitHub
parent a99c4dbfc8
commit f539293a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      netboot.sh

@ -301,7 +301,7 @@ EOF
if [ "$DEBNETB_DISKCRYPTO" = "regular" ]; then if [ "$DEBNETB_DISKCRYPTO" = "regular" ]; then
cat >> preseed.cfg << EOF 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 d-i partman-auto/choose_recipe select naive
EOF EOF
fi fi

Loading…
Cancel
Save