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"):
|
%if basearch in ("arm", "armhfp"):
|
||||||
installpkg efibootmgr
|
installpkg efibootmgr
|
||||||
installpkg grub2-efi-arm-cdboot
|
installpkg grub2-efi-arm-cdboot
|
||||||
|
installpkg grubby-deprecated
|
||||||
installpkg kernel-lpae
|
installpkg kernel-lpae
|
||||||
installpkg uboot-tools
|
installpkg uboot-tools
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user