Add grub2-tools to aarch64 (#1489707)
These can be useful during installation or rescue. Resolves: rhbz#1489707
This commit is contained in:
parent
ea72c3e035
commit
2c5ba00dc0
@ -21,6 +21,7 @@ installpkg kernel
|
||||
## arch-specific packages (bootloaders etc.)
|
||||
%if basearch == "aarch64":
|
||||
installpkg efibootmgr grub2-efi-aa64-cdboot grubby shim-aa64
|
||||
installpkg grub2-tools grub2-tools-minimal grub2-tools-extra
|
||||
%endif
|
||||
%if basearch in ("arm", "armhfp"):
|
||||
installpkg kernel-lpae kernel-tegra
|
||||
|
Loading…
Reference in New Issue
Block a user