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'
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'
@ -616,14 +621,6 @@ EOF
method{ efi } \
format{ } \
. \
EOF
else
$save_preseed << 'EOF'
1 1 1 free \
$iflabel{ gpt } \
$reusemethod{ } \
method{ biosgrub } \
. \
EOF
fi

Loading…
Cancel
Save