From c7b0c4d773693cfcc86697fc4b68863ebccaaf61 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Fri, 3 Jun 2016 12:19:18 +0200 Subject: [PATCH] changes --- archinstall/archinstall.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archinstall/archinstall.sh b/archinstall/archinstall.sh index 6112bfa..081dcb1 100755 --- a/archinstall/archinstall.sh +++ b/archinstall/archinstall.sh @@ -128,7 +128,9 @@ esac } function install { -echo "Instalando el sistema, espere.." +clear +tput setaf 2 ; echo "Instalando el sistema, esto puede tardar unos 10 minutos, espere hasta el siguiente aviso" ; tput setaf 9 +sleep 2 $formatoraiz /dev/$particionraiz mount /dev/$particionraiz /mnt/ if [[ $particionhome ]];then