From 87ac2c1340ffdb95da8015dd82fb54bf999de209 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Tue, 31 May 2016 19:34:50 +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 66966fe..fe0b771 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -54,7 +54,7 @@ esac clear lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL echo "Elige la particion a usar como sistema raĆ­z ('/')" -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