From 807cc8996e0451f1afd6095336b3caf1ce2c845a Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Fri, 3 Oct 2014 16:44:54 -0400 Subject: [PATCH] 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 --- share/runtime-install.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index d0a3020d..0eaa25b5 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -25,7 +25,7 @@ installpkg grubby ## 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