From f539293a7ccf9550d6c2d4a62d53279d5b36e53e Mon Sep 17 00:00:00 2001 From: "Brent, Yang Bohan" Date: Mon, 25 Mar 2019 13:47:03 +0800 Subject: [PATCH] Update netboot.sh --- netboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netboot.sh b/netboot.sh index 4e0f442..8f759f0 100644 --- a/netboot.sh +++ b/netboot.sh @@ -301,7 +301,7 @@ EOF if [ "$DEBNETB_DISKCRYPTO" = "regular" ]; then 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 EOF fi