From 8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 10 Oct 2015 21:00:38 +0200 Subject: [PATCH] Remove OS prober from base install --- archfi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/archfi b/archfi index c1a9412..f05a426 100644 --- a/archfi +++ b/archfi @@ -980,10 +980,10 @@ archinstallgrub(){ clear pacstrap /mnt grub - if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then - clear - pacstrap /mnt os-prober - fi + #if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then + # clear + # pacstrap /mnt os-prober + #fi if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then