Remove OS prober from base install

This commit is contained in:
MatMoul 2015-10-10 21:00:38 +02:00
parent 0f28d650a2
commit 8cc16aaf58

8
archfi
View File

@ -980,10 +980,10 @@ archinstallgrub(){
clear clear
pacstrap /mnt grub pacstrap /mnt grub
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then #if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/grub}" --yesno "$txtinstallosprober" --defaultno 0 0) then
clear # clear
pacstrap /mnt os-prober # pacstrap /mnt os-prober
fi #fi
if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then if [ "$efimode" = "1" ]||[ "$efimode" = "2" ]; then
if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then if (whiptail --backtitle "$apptitle" --title "${txtinstall//%1/efibootmgr}" --yesno "$txtefibootmgr" 0 0) then