installer: minor changes

This commit is contained in:
lelgenio 2019-11-26 00:28:26 -03:00
parent 4f70e55d2a
commit 11be9c136c
1 changed files with 4 additions and 4 deletions

View File

@ -84,8 +84,8 @@ VIDEO_DRIVER="i915"
# For generic stuff
#VIDEO_DRIVER="vesa"
REMOVE_PKGS= false
FULL_INSTALL= false
REMOVE_PKGS=false
FULL_INSTALL=false
#}}}
# PACKAGES{{{
# sudo to allow to run as a user later
@ -249,8 +249,8 @@ setup_lvm() {
lvcreate -C y -L1G "$volgroup" -n swap
# Use the rest of the space for root
lvcreate -L '30G' "$volgroup" -n root
lvcreate -l '+100%FREE' "$volgroup" -n home
lvcreate -L --yes '30G' "$volgroup" -n root
lvcreate -l --yes '+100%FREE' "$volgroup" -n home
# Enable the new volumes
vgchange -ay