mirror of
https://github.com/bohanyang/debi.git
synced 2026-09-27 06:26:15 +00:00
Revert recipe changes
This commit is contained in:
@@ -612,20 +612,23 @@ 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'
|
||||||
106 106 1075 free \
|
106 106 106 free \
|
||||||
$iflabel{ gpt } \
|
$iflabel{ gpt } \
|
||||||
$reusemethod{ } \
|
$reusemethod{ } \
|
||||||
method{ efi } \
|
method{ efi } \
|
||||||
format{ } \
|
format{ } \
|
||||||
. \
|
. \
|
||||||
|
EOF
|
||||||
|
else
|
||||||
|
$save_preseed << 'EOF'
|
||||||
|
1 1 1 free \
|
||||||
|
$iflabel{ gpt } \
|
||||||
|
$reusemethod{ } \
|
||||||
|
method{ biosgrub } \
|
||||||
|
. \
|
||||||
EOF
|
EOF
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user