remove grub deinstallation

This commit is contained in:
Tobias Powalowski 2012-06-25 09:39:38 +02:00
parent 68340d97f9
commit 92377b7600

View file

@ -3909,11 +3909,6 @@ dogrub2_common_before() {
### 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=""
complexuuid=""