Always add bios_grub

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

@ -607,6 +607,11 @@ 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'
@ -616,14 +621,6 @@ EOF
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