From 26cfe3ebc85f178b2cb4ebd41c6142b790c8abee 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 7b999d19..62bb4d9f 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -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