From deaa6f3a702fd61dc5fe133b76fcb14dfc3b2fc5 Mon Sep 17 00:00:00 2001 From: kprkpr Date: Wed, 1 Jun 2016 11:51:39 +0200 Subject: [PATCH] changes --- archinstall/chrootinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/chrootinstall.sh b/archinstall/chrootinstall.sh index a83917d..64b2e69 100755 --- a/archinstall/chrootinstall.sh +++ b/archinstall/chrootinstall.sh @@ -325,7 +325,7 @@ case $optboot in 1) pacman -S grub os-prober --noconfirm #Arranque silencioso - #sed -i 's/\GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 rd.systemd.show_status=false rd.udev.log-priority=3"/g' /etc/default/grub + #sed -i 's/\GRUB_CMDLINE_LINUX_DEFAULT="quiet"/GRUB_CMDLINE_LINUX_DEFAULT="quiet loglevel=3 vga=current rd.systemd.show_status=false rd.udev.log-priority=3"/g' /etc/default/grub if [[ -z $partefi ]];then echo "Instalando GRUB para BIOS/MBR" grub-install --target=i386-pc /dev/$argpart