From a607180d133891f90d92a3c4798fa342e1ed93f0 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 3 Jul 2016 21:41:17 +0300 Subject: live.cfg: remove pre-installed grub2 --- config/live.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/live.cfg b/config/live.cfg index e2412fd..18ff20e 100644 --- a/config/live.cfg +++ b/config/live.cfg @@ -199,6 +199,10 @@ my $_l = { # add local medias "urpmi.addmedia 'Live Core' /var/local/mga_rpms/core with media_info/hdlist.cz", "urpmi.addmedia 'Live Nonfree' /var/local/mga_rpms/nonfree with media_info/hdlist.cz", + + # remove pre-installed grub2, we need to be able to select grub2 vs grub2-efi at install time + "rpm -e --nodeps grub2", + ), additional_media => [ if_($live->{settings}{updates_repository}, -- cgit v1.2.1