Browse Source

Try fix EFI partition not reused

Bohan Yang 4 years ago
parent
commit
98016e694a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debi.sh

+ 1 - 1
debi.sh

@@ -610,7 +610,7 @@ d-i partman-auto/expert_recipe string \
 EOF
 EOF
     if [ "$efi" = true ]; then
     if [ "$efi" = true ]; then
         $save_preseed << 'EOF'
         $save_preseed << 'EOF'
-        106 106 106 free \
+        106 106 1075 free \
             $iflabel{ gpt } \
             $iflabel{ gpt } \
             $reusemethod{ } \
             $reusemethod{ } \
             method{ efi } \
             method{ efi } \