From b7d006358bd74475feaaf9236a863fa5336714e0 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Thu, 2 Jun 2016 00:11:28 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index 24c4a25..f4d6025 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -317,6 +317,12 @@ esac } function bootinstall { +echo "Espere..." +wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen/splashscreen -O /usr/bin/ +chmod +x /usr/bin/splashscreen +wget https://gitlab.com/JKANetwork/JKArch/raw/master/mods/splashscreen/splashscreen.service -O /etc/systemd/system/ +systemctl enable splashscreen + clear optboot=`dialog --stdout --nocancel --menu "¿Instalar bootloader/gestor de arranque?" 0 0 4 1 "Si (GRUB)" 2 "No, no instalar gestor de arranque"`