mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-26 22:16:11 +00:00
Always add bios_grub
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user