#322 Don't list grub2-efi for live images
Merged 6 years ago by kevin. Opened 6 years ago by adamwill.
adamwill/fedora-kickstarts no-grub2-efi  into  master

file modified
-1
@@ -56,7 +56,6 @@ 

  

  # Without this, initramfs generation during live image creation fails: #1242586

  dracut-live

- grub2-efi

  syslinux

  

  # anaconda needs the locales available to run for different locales

The arch-specific sub-packages that provide grub2-efi on each
arch are listed in @anaconda-tools comps group anyway (so this
is redundant), and requiring it by name in a kickstart causes
i686 live image composes to fail because it is no longer built
for i686.

Signed-off-by: Adam Williamson awilliam@redhat.com

For reference on the i686 live image compose failure, see e.g. today's Workstation i686 live compose attempt. root.log and anaconda-packaging.log log the failure. The reason this only broke recently is that there used to be a grub2-efi subpackage for i686 until @pjones rejigged the grub2 package during the F27 cycle so we could support those 64-bit systems with 32-bit UEFI firmwares; now there is no grub2-efi subpackage (nor anything that provides it) on i686.

LGTM. :evergreen_tree:

Pull-Request has been merged by kevin

6 years ago