1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-16 02:01:32 +01:00
This commit is contained in:
kprkpr
2016-06-06 08:48:05 +02:00
parent df3cc1a6b6
commit f7be590171

View File

@@ -226,7 +226,7 @@ if [[ ! $optpa -eq 3 ]];then
clear
if [[ $tabletype -eq "gpt" ]];then
if [[ $tabletype = "gpt" ]];then
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' | grep '[1-9]$'))