mirror of
https://gitlab.com/JKANetwork/JKArch.git
synced 2026-02-16 10:11:32 +01:00
changes
This commit is contained in:
@@ -5,7 +5,7 @@ source translations.sh
|
|||||||
trap '' INT
|
trap '' INT
|
||||||
|
|
||||||
function pause {
|
function pause {
|
||||||
echo "Pulse enter para continuar..."
|
echo "$(T "Pause funtion")"
|
||||||
read
|
read
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,7 +58,7 @@ case $optpa in
|
|||||||
mostrardialog "Espera majo" "Esta opcion aun esta en construccion";;
|
mostrardialog "Espera majo" "Esta opcion aun esta en construccion";;
|
||||||
esac
|
esac
|
||||||
clear
|
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
|
lsblk --output NAME,KNAME,FSTYPE,SIZE,LABEL
|
||||||
tput setaf 6 ; echo "Elige la particion a usar como sistema raíz ('/')" ; tput setaf 9
|
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]$'))
|
options=($(lsblk --output KNAME | sed '1d' | grep 'sd\|hd' | grep '[1-9]$'))
|
||||||
|
|||||||
@@ -8,8 +8,12 @@ case "$1" in
|
|||||||
echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \nHa sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \nAviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta"
|
echo "Mediante unas preguntas y avanzando, instalaremos arch en su ordenador \nHa sido pensado para ser simple, y guiado por opciones, pero debes estar atento durante el proceso. \nAviso: No debes interrumpir la instalacion por ningun motivo, a no ser que quieras que quede incompleta"
|
||||||
"Part. scheme before your changes")
|
"Part. scheme before your changes")
|
||||||
echo "Esquema de particiones antes de los cambios";;
|
echo "Esquema de particiones antes de los cambios";;
|
||||||
|
"Your partition scheme")
|
||||||
|
echo "Tu esquema de particiones:";;
|
||||||
"Your changes")
|
"Your changes")
|
||||||
echo "Cambios que has realizado";;
|
echo "Cambios que has realizado";;
|
||||||
|
"Pause function")
|
||||||
|
echo "Pulse enter para continuar...";;
|
||||||
*)
|
*)
|
||||||
translate_en "$1";;
|
translate_en "$1";;
|
||||||
esac
|
esac
|
||||||
@@ -23,8 +27,12 @@ case "$1" in
|
|||||||
echo "Through simple questions, we will install arch in your computer. \nIts designed to be simple and guied by options, but you need to be careful during the process. \nWarning: You musnt stop the install never, or anything can happen";;
|
echo "Through simple questions, we will install arch in your computer. \nIts designed to be simple and guied by options, but you need to be careful during the process. \nWarning: You musnt stop the install never, or anything can happen";;
|
||||||
"Part. scheme before your changes")
|
"Part. scheme before your changes")
|
||||||
echo "Your partition scheme before your changes";;
|
echo "Your partition scheme before your changes";;
|
||||||
|
"Your partition scheme")
|
||||||
|
echo "$1:";;
|
||||||
"Your changes")
|
"Your changes")
|
||||||
echo "$1";;
|
echo "$1";;
|
||||||
|
"Pause function")
|
||||||
|
echo "Press enter to continue...";;
|
||||||
*)
|
*)
|
||||||
echo "$1";;
|
echo "$1";;
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user