1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 02:31:32 +01:00
This commit is contained in:
kprkpr
2016-06-05 21:13:24 +02:00
parent a5cfe9f755
commit 0ed90061b3
2 changed files with 2 additions and 1 deletions

View File

@@ -165,7 +165,7 @@ if [[ ! $optpa -eq 3 ]];then
clear
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
tput setaf 6 ; echo "$(T "Select EFI partition")" ; tput setaf 9
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