1
0
mirror of https://gitlab.com/JKANetwork/JKArch.git synced 2026-02-17 10:41:32 +01:00
This commit is contained in:
kprkpr
2016-06-04 01:00:36 +02:00
parent b89c1f1750
commit 6b82ba8d45
2 changed files with 10 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ source translations.sh
trap '' INT
function pause {
echo "Pulse enter para continuar..."
echo "$(T "Pause funtion")"
read
}
@@ -58,7 +58,7 @@ case $optpa in
mostrardialog "Espera majo" "Esta opcion aun esta en construccion";;
esac
clear
tput setaf 6 ; echo "Este es tu esquema de particiones actual: " ; tput setaf 9
tput setaf 6 ; echo "$(T "Your partition scheme")" ; tput setaf 9
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
tput setaf 6 ; echo "Elige la particion a usar como sistema raíz ('/')" ; tput setaf 9
options=($(lsblk --output KNAME | sed '1d' | grep 'sd\|hd' | grep '[1-9]$'))