From dd20f1fda1975584391ae5576a4f0685184f49c4 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 10 Oct 2015 23:00:50 +0200 Subject: [PATCH] Remove EFI Features on no EFI computer --- archfi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archfi b/archfi index a609d6c..b42eecd 100644 --- a/archfi +++ b/archfi @@ -921,8 +921,8 @@ archinstallgrub(){ clear pacstrap /mnt grub - if [ "eficomputer" == "1" ]; then - if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then + if [ "$eficomputer" == "1" ]; then + if [ "$efimode" == "1" ]||[ "$efimode" == "2" ]; then if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then clear pacstrap /mnt efibootmgr