Remove OS prober from base install
This commit is contained in:
parent
0f28d650a2
commit
8cc16aaf58
8
archfi
8
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user