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:
parent
af2ae790ce
commit
763ca83f9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user