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'
d-i partman-auto/expert_recipe string \
naive :: \
1 1 8 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ biosgrub } \
. \
EOF
if [ "$efi" = true ]; then
$save_preseed << 'EOF'
106 106 1075 free \
106 106 106 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ efi } \
format{ } \
. \
EOF
else
$save_preseed << 'EOF'
1 1 1 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ biosgrub } \
. \
EOF
fi

Loading…
Cancel
Save