Revert recipe changes

pull/34/head
Bohan Yang 4 years ago committed by GitHub
parent f70409b903
commit d3ce191054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      debi.sh

@ -612,20 +612,23 @@ EOF
$save_preseed << 'EOF' $save_preseed << 'EOF'
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
naive :: \ naive :: \
1 1 8 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ biosgrub } \
. \
EOF EOF
if [ "$efi" = true ]; then if [ "$efi" = true ]; then
$save_preseed << 'EOF' $save_preseed << 'EOF'
106 106 1075 free \ 106 106 106 free \
$iflabel{ gpt } \ $iflabel{ gpt } \
$reusemethod{ } \ $reusemethod{ } \
method{ efi } \ method{ efi } \
format{ } \ format{ } \
. \ . \
EOF
else
$save_preseed << 'EOF'
1 1 1 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ biosgrub } \
. \
EOF EOF
fi fi

Loading…
Cancel
Save