技术解析
先上文件
d-i partman-auto/expert_recipe string \
boot-root :: \
40 50 100 ext4 \
$primary{ } $bootable{ } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ /boot } \
. \
500 10000 1000000000 ext4 \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext3 } \
mountpoint{ / } \
. \
64 512 300% linux-swap \
method{ swap } format{ } \
.
各位大佬上面这个分区大小怎么设置
比如40 50 100 ext4
这些参数的数字都是什么含义?
网上都是模板文件没有注释
我现在想做 4 个分区,
/boot 512 MB
/ 50 GB
swap 8 GB
/home 剩下的所有空间
不知道分区大小参数怎么指定 感谢大佬赐教