[PATCH] support ppc64le in anaconda

Mark Hamzy hamzy at us.ibm.com
Thu Mar 27 18:55:36 UTC 2014


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



More information about the anaconda-patches mailing list