On 10/06/2011 04:57 PM, Peter Jones wrote:
EFIGRUB needs to pull in the appropriate packages, which are grub-efi and efibootmgr.
This is #742042 , btw. I've update the commit message in my tree to say so.
--- pyanaconda/bootloader.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index f6d828f..ca43868 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -1345,6 +1345,7 @@ class GRUB(BootLoader): class EFIGRUB(GRUB): + packages = ["grub-efi", "efibootmgr"] can_dual_boot = False _config_dir = "efi/EFI/redhat"
-- Peter Obviously, a major malfunction has occurred. -- Steve Nesbitt, voice of Mission Control, January 28, 1986 01234567890123456789012345678901234567890123456789012345678901234567890123456789 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list