Instead of putting these in comps, have them be in EFIGRUB's package list. --- pyanaconda/bootloader.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pyanaconda/bootloader.py b/pyanaconda/bootloader.py index e6ac11d..87f8594 100644 --- a/pyanaconda/bootloader.py +++ b/pyanaconda/bootloader.py @@ -1340,6 +1340,7 @@ class GRUB(BootLoader): class EFIGRUB(GRUB): + packages = ["grub", "efibootmgr"] can_dual_boot = False _config_dir = "efi/EFI/redhat" -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list