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
16d06ac7c9
commit
26cfe3ebc8
@ -20,7 +20,7 @@ installpkg kernel
|
||||
|
||||
## arch-specific packages (bootloaders etc.)
|
||||
%if basearch == "aarch64":
|
||||
installpkg efibootmgr grub2-efi grubby
|
||||
installpkg efibootmgr grub2-efi grubby shim shim-unsigned
|
||||
%endif
|
||||
%if basearch in ("arm", "armhfp"):
|
||||
installpkg kernel-lpae kernel-tegra
|
||||
|
Loading…
Reference in New Issue
Block a user