[PATCH] support ppc64le in anaconda

Brian C. Lane bcl at redhat.com
Thu Mar 27 20:59:07 UTC 2014


On Thu, Mar 27, 2014 at 01:55:36PM -0500, Mark Hamzy wrote:
> Add support for the ppc64le architecture in anaconda.
> 
> ---
>  anaconda.spec.in | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/anaconda.spec.in b/anaconda.spec.in
> index bb0db85..d316da4 100755
> --- a/anaconda.spec.in
> +++ b/anaconda.spec.in
> @@ -1,4 +1,4 @@
> -%define livearches %{ix86} x86_64 ppc ppc64
> +%define livearches %{ix86} x86_64 ppc ppc64 ppc64le
>  
>  Summary: Graphical system installer
>  Name:    anaconda
> -- 
> 1.9.0

This bit looks good, the only other use of ppc64 check I see is in isys
for the ram requirements. Do you want to make them the same as ppc64 or
x86_64 (which is what will currently happen).

-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)


More information about the anaconda-patches mailing list