Remove /home logical volume.

This commit is contained in:
Jeremy Gardais 2016-11-29 14:30:01 +01:00
parent 9626f473e0
commit 9e89be61a5
1 changed files with 0 additions and 9 deletions

View File

@ -220,15 +220,6 @@ d-i partman-auto/expert_recipe string \
label{ opt } \
mountpoint{ /opt } \
. \
512 3000 1024 ext4 \
$lvmok{ } \
in_vg{ sys } lv_name{ lv_home } \
method{ format } format{ } \
use_filesystem{ } filesystem{ ext4 } \
options/nodev{ nodev } \
label{ home } \
mountpoint{ /home } \
. \
50% 2000 32768 linux-swap \
$lvmok{ } \
in_vg{ sys } lv_name{ lv_swap } \