installer: minor changes

This commit is contained in:
lelgenio 2019-11-26 00:45:08 -03:00
parent 5fe61dcdab
commit 3c8872b520
1 changed files with 2 additions and 2 deletions

View File

@ -265,8 +265,8 @@ setup_lvm() {
lvcreate -C y -L1G "$volgroup" -n swap
# Use the rest of the space for root
lvcreate -L --yes '30G' "$volgroup" -n root
lvcreate -l --yes '+100%FREE' "$volgroup" -n home
lvcreate --yes -L '30G' "$volgroup" -n root
lvcreate --yes -l '+100%FREE' "$volgroup" -n home
# Enable the new volumes
vgchange -ay