From 4efd541520bdc9767030f77ac1c2134b75669903 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Thu, 2 Jun 2016 16:39:44 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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