The attached patch is for the rhel6 branch. It makes sure that we check for ppc64 in the media's .discinfo file. -- Dennis
--- anaconda-11.5.0.59/iutil.py 2009-06-02 15:11:19.000000000 -0400 +++ anaconda-11.5.0.59-new/iutil.py 2009-07-07 16:41:48.218452000 -0400 @@ -659,7 +659,7 @@ elif isX86(bits=64): return 'x86_64' elif isPPC(): - return 'ppc' + return 'ppc64' elif isAlpha(): return 'alpha' elif isSparc():
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list