mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-17 10:41:32 +01:00
changes
This commit is contained in:
@@ -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]$'))
|
||||
|
||||
Reference in New Issue
Block a user