Fix huge bug

This commit is contained in:
Bohan Yang
2019-03-02 17:21:02 +08:00
parent 06fdad4755
commit 68e4d6e03e
+1 -1
View File
@@ -276,7 +276,7 @@ EOF
if [ "$DISKCRYPTO" = "regular" ]; then if [ "$DISKCRYPTO" = "regular" ]; then
cat >> preseed.cfg << EOF cat >> preseed.cfg << EOF
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/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