Install grubby-deprecated package for ARMv7

Most bootloaders used in Fedora already have BootLoaderSpec but extlinux
doesn't yet. So when using extlinux the old grubby must to be installed.

Resolves: rhbz#1649778

Signed-off-by: Javier Martinez Canillas <javierm@redhat.com>
This commit is contained in:
Javier Martinez Canillas 2018-11-17 17:32:15 +01:00 committed by Brian C. Lane
parent af2ae790ce
commit 763ca83f9f

View File

@ -37,6 +37,7 @@ installpkg glibc-all-langpacks
%if basearch in ("arm", "armhfp"):
installpkg efibootmgr
installpkg grub2-efi-arm-cdboot
installpkg grubby-deprecated
installpkg kernel-lpae
installpkg uboot-tools
%endif