diff options
author | MatMoul <matmoul@gmail.com> | 2015-10-10 21:00:38 +0200 |
---|---|---|
committer | MatMoul <matmoul@gmail.com> | 2015-10-10 21:00:38 +0200 |
commit | 8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94 (patch) | |
tree | 1f03373d941a538bc06f6099fd9afca5d72318ae | |
parent | 0f28d650a2772f6f8aaadb2684f28b8c7aca9154 (diff) | |
download | hyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.tar.lz hyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.tar.xz hyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.zip |
Remove OS prober from base install
-rw-r--r-- | archfi | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |