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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user