[PATCH] EFI and related packages are only for x86_64

Brian C. Lane bcl at redhat.com
Thu Aug 1 15:42:45 UTC 2013


On Thu, Aug 01, 2013 at 10:18:46AM -0400, Peter Jones wrote:
> 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 <pjones at redhat.com>
> ---
>  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 84d7ff1..b9d0918 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
> -- 
> 1.8.3.1

Ack

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20130801/90fe674d/attachment.sig>


More information about the anaconda-patches mailing list