diff options
author | MatMoul <matmoul@gmail.com> | 2015-10-10 23:00:50 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-10-10 23:00:50 +0200 |
commit | dd20f1fda1975584391ae5576a4f0685184f49c4 (patch) | |
tree | 56e8b0ed14da73f8d52193fa09c796b46c372ca7 | |
parent | 15027c0e00ab7fccb594bbd19d2e6413cba72e4c (diff) | |
download | hyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.tar.lz hyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.tar.xz hyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.zip |
Remove EFI Features on no EFI computer
-rw-r--r-- | archfi | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |