Make sure shim is actually in the package list on aarch64 as well.
Otherwise all the other stuff gets to be just extra error messages and failures. Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
096497b9d9
commit
807cc8996e
@ -25,7 +25,7 @@ installpkg grubby
|
|||||||
|
|
||||||
## arch-specific packages (bootloaders etc.)
|
## arch-specific packages (bootloaders etc.)
|
||||||
%if basearch == "aarch64":
|
%if basearch == "aarch64":
|
||||||
installpkg efibootmgr grub2-efi grubby
|
installpkg efibootmgr grub2-efi grubby shim shim-unsigned
|
||||||
%endif
|
%endif
|
||||||
%if basearch in ("arm", "armhfp"):
|
%if basearch in ("arm", "armhfp"):
|
||||||
installpkg kernel-lpae
|
installpkg kernel-lpae
|
||||||
|
Loading…
Reference in New Issue
Block a user