Preseed: mount the virt LV for Docker
This commit is contained in:
parent
17353bfbfa
commit
6fb36e2159
|
@ -198,12 +198,11 @@ d-i partman-auto/expert_recipe string \
|
|||
mountpoint{ / } \
|
||||
. \
|
||||
10000 50000 20000 ext4 \
|
||||
$lvmok{ } lv_name{ lv_virt } \
|
||||
in_vg { sys } \
|
||||
$primary{ } \
|
||||
$lvmok{ } lv_name{ lv_docker } \
|
||||
in_vg { srog } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /mnt/virt } \
|
||||
mountpoint{ /var/lib/docker } \
|
||||
. \
|
||||
50% 2000 75% linux-swap \
|
||||
$lvmok{ } lv_name{ lv_swap } \
|
||||
|
|
Loading…
Reference in New Issue