[PATCH lorax/master 1/2] runtime-install: install shim-unsigned

Will Woods wwoods at redhat.com
Mon Mar 18 14:42:58 UTC 2013


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 686fb0d..8c1fd34 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
-- 
1.8.1.4



More information about the anaconda-patches mailing list