diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 13bb172..b2d05e0 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -82,7 +82,7 @@ case $opthpart in #Selección de home lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL echo "Elige la particion a usar como home ('/home')" - options=($(lsblk --output KNAME | sed '1d'| grep 'sd\|hd')) + options=($(lsblk --output KNAME | sed '1d' | grep 'sd\|hd' | grep '[1-9]$')) select opt in "${options[@]}" do case $opt in