aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatMoul <matmoul@gmail.com>2015-10-10 21:00:38 +0200
committerMatMoul <matmoul@gmail.com>2015-10-10 21:00:38 +0200
commit8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94 (patch)
tree1f03373d941a538bc06f6099fd9afca5d72318ae
parent0f28d650a2772f6f8aaadb2684f28b8c7aca9154 (diff)
downloadhyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.tar.lz
hyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.tar.xz
hyperfi-8cc16aaf585d5a8dfbf343e1fdc22f48a32dff94.zip
Remove OS prober from base install
-rw-r--r--archfi8
1 files 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