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-05 20:12:22 +02:00
parent 6f33715557
commit bbc9f98e8a
2 changed files with 6 additions and 1 deletions

View File

@@ -185,7 +185,7 @@ fi
function install {
clear
tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso" ; tput setaf 9
tput setaf 2 ; echo "$(T "Installing system, this can take about 10 minutes, wait")" ; tput setaf 9
sleep 2
tput setaf 2 ; echo "Formateando y montando particiones..." ; tput setaf 9
$formatoraiz /dev/$particionraiz

View File

@@ -177,6 +177,11 @@ case "$1" in
"es") echo "Optimizando la descarga...";;
*) echo "${1}...";;
esac;;
"Installing system, this can take about 10 minutes, wait")
case $sclang in
"es") echo "Espere...";;
*) echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso";;
esac;;
*) echo "$1";;
esac
}