From 061ee62690fef827334053f67b6001cc620e83f3 Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 26 Sep 2019 01:14:16 +0900 Subject: [PATCH] Update --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index f16baa1..d9d4e97 100644 --- a/netboot.sh +++ b/netboot.sh @@ -363,7 +363,7 @@ d-i partman-lvm/confirm_nooverwrite boolean true EOF if [ "$DEBI_PART" = "regular" ]; then - $save_preseed <<"EOF" + $save_preseed <<'EOF' d-i partman/default_filesystem string $DEBI_FS 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