aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2015-10-10 23:00:50 +0200
committerMatMoul <matmoul@gmail.com>2015-10-10 23:00:50 +0200
commitdd20f1fda1975584391ae5576a4f0685184f49c4 (patch)
tree56e8b0ed14da73f8d52193fa09c796b46c372ca7
parent15027c0e00ab7fccb594bbd19d2e6413cba72e4c (diff)
downloadhyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.tar.lz
hyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.tar.xz
hyperfi-dd20f1fda1975584391ae5576a4f0685184f49c4.zip
Remove EFI Features on no EFI computer
-rw-r--r--archfi4
1 files 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