Always add bios_grub

This commit is contained in:
Bohan Yang
2021-09-21 22:32:20 +08:00
committed by GitHub
parent 98016e694a
commit e0bfa4919f
+5 -8
View File
@@ -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