From 3c72e9eae4ed169f7f8c756c0fafdd0f24fe4b01 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 13 Oct 2011 09:20:03 -0600 Subject: Add grub2, grub-efi and efibootmgr for EFI install/booting. Fixes bug #735023 --- fedora-live-base.ks | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'fedora-live-base.ks') diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 4caa8ad..476377d 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -48,6 +48,10 @@ memtest86+ # The point of a live image is to install anaconda isomd5sum +# grub-efi and grub2 and efibootmgr so anaconda can use the right one on install. +grub-efi +grub2 +efibootmgr # fpaste is very useful for debugging and very small fpaste -- cgit