From ede1686e2165db437d50155032fcf6f40f598240 Mon Sep 17 00:00:00 2001 From: Javier Martinez Canillas Date: Wed, 20 Feb 2019 09:56:25 +0100 Subject: [PATCH] Remove grubby-deprecated from @arm-tools Most bootloaders used in Fedora already have BootLoaderSpec, but extlinux doesn't yet. So when using extlinux the old grubby must to be installed. The grubby-deprecated package was added to the @arm-tools group to ensure that it will be installed on ARMv7 machines. But on aarch64 machines this group can also be installed, which means that grubby-deprecated will be leading to Anaconda disabling the BLS support. Instead, the right place to solve this is in Anaconda which already does install grubby-deprecated when the extlinux bootloader option is chosen. That way grubby-deprecated will only be installed for ARMv7 machines, but won't be installed in aarch64 machines that use grub2 EFI and support BLS. Resolves: rhbz#1678843 Signed-off-by: Javier Martinez Canillas --- comps-f30.xml.in | 1 - comps-f31.xml.in | 1 - 2 files changed, 2 deletions(-) diff --git a/comps-f30.xml.in b/comps-f30.xml.in index 6e2c1516..925dcbfa 100644 --- a/comps-f30.xml.in +++ b/comps-f30.xml.in @@ -114,7 +114,6 @@ arm-image-installer cloud-utils-growpart - grubby-deprecated uboot-images-armv7 uboot-images-armv8 zram diff --git a/comps-f31.xml.in b/comps-f31.xml.in index 6e2c1516..925dcbfa 100644 --- a/comps-f31.xml.in +++ b/comps-f31.xml.in @@ -114,7 +114,6 @@ arm-image-installer cloud-utils-growpart - grubby-deprecated uboot-images-armv7 uboot-images-armv8 zram