From 7274f6095a6a97e3a154dfdf3d5380330a23ba2a Mon Sep 17 00:00:00 2001 From: Will Woods Date: Mon, 18 Mar 2013 10:07:23 -0400 Subject: [PATCH] runtime-install: install shim-unsigned Otherwise you get errors about missing MokManager.efi if shim doesn't exist in the repos (e.g. before the Alpha build) --- share/runtime-install.tmpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 8c629150..6edcd6d1 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -29,7 +29,8 @@ installpkg kernel installpkg kernel-PAE gpart %endif %if basearch in ("i386", "x86_64"): - installpkg grub2 grub2-tools shim grub2-efi efibootmgr biosdevname memtest86+ syslinux + installpkg grub2 grub2-tools biosdevname memtest86+ syslinux + installpkg efibootmgr grub2-efi shim shim-unsigned %endif %if basearch in ("ppc", "ppc64"): installpkg grub2 grub2-tools yaboot fbset hfsutils kernel-bootwrapper ppc64-utils