2021-11-03 23:24:37

This commit is contained in:
gbaconni
2021-11-03 23:24:37 +01:00
parent b2ee79a1ae
commit 961302cb8b

View File

@@ -197,59 +197,59 @@ d-i partman-auto/choose_recipe select boot-crypto
d-i partman-auto-lvm/new_vg_name string LVMGroup d-i partman-auto-lvm/new_vg_name string LVMGroup
d-i partman-auto/expert_recipe string \ d-i partman-auto/expert_recipe string \
boot-crypto :: \ boot-crypto :: \
500 500 500 ext2 \ 500 10 512 ext2 \
$primary{ } $bootable{ } \ $primary{ } $bootable{ } \
$defaultignore{ } \ $defaultignore{ } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext2 } \ use_filesystem{ } filesystem{ ext2 } \
mountpoint{ /boot } \ mountpoint{ /boot } \
. \ . \
1 1 1 free \ 1 20 1 free \
$primary{ } \ $primary{ } \
$defaultignore{ } \ $defaultignore{ } \
method{ biosgrub } \ method{ biosgrub } \
. \ . \
10240 10240 10240 ext4 \ 10000 30 10240 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ root } \ lv_name{ root } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ / } \ mountpoint{ / } \
. \ . \
2355 2355 2355 linux-swap \ 2300 40 2356 linux-swap \
$lvmok{ } \ $lvmok{ } \
lv_name{ swap } \ lv_name{ swap } \
method{ swap } format{ } \ method{ swap } format{ } \
. \ . \
5120 5120 5120 ext4 \ 5000 50 5120 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ home } \ lv_name{ home } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /home } \ mountpoint{ /home } \
. \ . \
3072 3072 3072 ext4 \ 3000 60 3072 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ var } \ lv_name{ var } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /var } \ mountpoint{ /var } \
. \ . \
3072 3072 3072 ext4 \ 3000 70 3072 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ srv } \ lv_name{ srv } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /srv } \ mountpoint{ /srv } \
. \ . \
3072 3072 3072 ext4 \ 3000 80 3072 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ tmp } \ lv_name{ tmp } \
method{ format } format{ } \ method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \ use_filesystem{ } filesystem{ ext4 } \
mountpoint{ /tmp } \ mountpoint{ /tmp } \
. \ . \
4096 4096 4096 ext4 \ 4000 90 4096 ext4 \
$lvmok{ } \ $lvmok{ } \
lv_name{ var-log } \ lv_name{ var-log } \
method{ format } format{ } \ method{ format } format{ } \