fix no /boot

This commit is contained in:
Yingjie Wang 2024-02-29 02:55:04 -05:00
parent 89a49af763
commit b52168b2cc

View File

@ -64,6 +64,12 @@ d-i partman-auto/expert_recipe string \
$primary{ } $bootable{ } \
method{ efi } format{ } \
. \
512 512 512 ext3 \
$primary{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
2048 50 -1 ext4 \
$lvmok{ } lv_name{ root } \
method{ format } format{ } \