1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-15 17:51:33 +01:00
This commit is contained in:
kprkpr
2016-05-31 19:34:50 +02:00
parent abf7074d18
commit 87ac2c1340

View File

@@ -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