From 92377b76009c0e7bef302fe709d20639f041facd Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 25 Jun 2012 09:39:38 +0200 Subject: [PATCH] remove grub deinstallation --- usr/share/archboot/installer/setup | 5 ----- 1 file changed, 5 deletions(-) diff --git a/usr/share/archboot/installer/setup b/usr/share/archboot/installer/setup index 0a7ccae4a..3471abe93 100755 --- a/usr/share/archboot/installer/setup +++ b/usr/share/archboot/installer/setup @@ -3908,11 +3908,6 @@ dogrub2_common_before() { ##### Check whether the below limitations still continue with ver 2.00~beta4 ### Grub2 restrictions: # - Encryption is not recommended for grub2 /boot! - - if [[ -f "${DESTDIR}/boot/grub/menu.lst" ]]; then - DIALOG --msgbox "Found ${DESTDIR}/boot/grub/menu.lst, uninstalling grub now ..." 0 0 - ${PACMAN} -R grub > ${LOG} - fi bootdev="" grubdev=""