From 68e4d6e03e61e77b01e9aa2be9da7c08123c0f7e Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Sat, 2 Mar 2019 17:21:02 +0800 Subject: [PATCH] Fix huge bug --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index a52eedd..331a549 100644 --- a/netboot.sh +++ b/netboot.sh @@ -276,7 +276,7 @@ EOF if [ "$DISKCRYPTO" = "regular" ]; then 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 EOF fi