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:
Guillaume Raffy 2022-08-24 11:51:01 +02:00
parent 8da9a44310
commit 855c9b9d96
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ d-i partman-auto/expert_recipe string \
method{ lvm } \
vg_name{ sys } \
. \
25600 90000 20480 ext4 \
16384 90000 20480 ext4 \
$lvmok{ } \
in_vg{ sys } lv_name{ lv_root } \
method{ format } format{ } \