Add a specific ext4 LV for virtual machines
This commit is contained in:
parent
39cb5deda1
commit
17353bfbfa
|
@ -197,6 +197,14 @@ d-i partman-auto/expert_recipe string \
|
|||
use_filesystem{ } filesystem{ btrfs } \
|
||||
mountpoint{ / } \
|
||||
. \
|
||||
10000 50000 20000 ext4 \
|
||||
$lvmok{ } lv_name{ lv_virt } \
|
||||
in_vg { sys } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /mnt/virt } \
|
||||
. \
|
||||
50% 2000 75% linux-swap \
|
||||
$lvmok{ } lv_name{ lv_swap } \
|
||||
in_vg { sys } \
|
||||
|
|
|
@ -218,6 +218,14 @@ d-i partman-auto/expert_recipe string \
|
|||
use_filesystem{ } filesystem{ btrfs } \
|
||||
mountpoint{ / } \
|
||||
. \
|
||||
10000 50000 20000 ext4 \
|
||||
$lvmok{ } lv_name{ lv_virt } \
|
||||
in_vg { sys } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /mnt/virt } \
|
||||
. \
|
||||
50% 2000 75% linux-swap \
|
||||
$lvmok{ } lv_name{ lv_swap } \
|
||||
in_vg { crypt } \
|
||||
|
|
Loading…
Reference in New Issue