From 99b930060210a486542ef54b4f90f0aa8ea37067 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 1 Aug 2013 10:17:48 -0400 Subject: [PATCH] EFI and related packages are only for x86_64 Conditionalize shim and grub2-efi and whatnot on being x86_64 for now - at some point they'll turn into "efi architectures" and maybe even split for SB vs not SB, but for now, this is fine. Signed-off-by: Peter Jones --- share/runtime-install.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/share/runtime-install.tmpl b/share/runtime-install.tmpl index 84d7ff16..b9d09180 100644 --- a/share/runtime-install.tmpl +++ b/share/runtime-install.tmpl @@ -28,9 +28,11 @@ installpkg kernel %if basearch == "i386": installpkg kernel-PAE gpart %endif +%if basearch == "x86_64": + installpkg efibootmgr grub2-efi shim shim-unsigned +%endif %if basearch in ("i386", "x86_64"): 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