尝试在 12.04 64bit 上使用应该是基本设置的工作:
/dev/sda - 唯一使用的驱动器
/ - rootfs - 100GB
——
d-i partman-auto/expert_recipe string \
boot-root :: \
1000 50 1000 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /boot } \
. \
500 1000 10000 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /tmp } …Run Code Online (Sandbox Code Playgroud)