From 98016e694ac498be33473820b98b1da337dac89f Mon Sep 17 00:00:00 2001 From: Bohan Yang Date: Tue, 21 Sep 2021 22:04:42 +0800 Subject: [PATCH] Try fix EFI partition not reused --- debi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debi.sh b/debi.sh index f2748df..dd733c5 100755 --- a/debi.sh +++ b/debi.sh @@ -610,7 +610,7 @@ d-i partman-auto/expert_recipe string \ EOF if [ "$efi" = true ]; then $save_preseed << 'EOF' - 106 106 106 free \ + 106 106 1075 free \ $iflabel{ gpt } \ $reusemethod{ } \ method{ efi } \