From 9943dd69e25be4ab7216a826bfce825d9d46802c Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Thu, 26 Sep 2019 00:12:56 +0900 Subject: [PATCH] Quoted EOF --- netboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netboot.sh b/netboot.sh index 5860394..f16baa1 100644 --- a/netboot.sh +++ b/netboot.sh @@ -363,9 +363,9 @@ 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/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-basicfilesystems/no_swap boolean false EOF