fixed silly error (min value was greater than max value) that caused the / partition to be 25Gb instead of 20Gb max
This commit is contained in:
parent
8da9a44310
commit
855c9b9d96
|
@ -195,7 +195,7 @@ d-i partman-auto/expert_recipe string \
|
||||||
method{ lvm } \
|
method{ lvm } \
|
||||||
vg_name{ sys } \
|
vg_name{ sys } \
|
||||||
. \
|
. \
|
||||||
25600 90000 20480 ext4 \
|
16384 90000 20480 ext4 \
|
||||||
$lvmok{ } \
|
$lvmok{ } \
|
||||||
in_vg{ sys } lv_name{ lv_root } \
|
in_vg{ sys } lv_name{ lv_root } \
|
||||||
method{ format } format{ } \
|
method{ format } format{ } \
|
||||||
|
|
Loading…
Reference in New Issue