--- rpms/anaconda/sme8/anaconda-centos-installclasses-2.patch 2013/10/06 16:09:18 1.3 +++ rpms/anaconda/sme8/anaconda-centos-installclasses-2.patch 2013/10/11 05:10:09 1.4 @@ -19,12 +19,13 @@ diff -uNr anaconda-11.1.2.87__orig/insta + allowExtraRepos = True if 0: # not productName.startswith("Red Hat Enterprise"): hidden = 1 - ---- anaconda-11.1.2.242/installclasses/rhel.py 2011-06-27 07:25:06.000000000 -0700 -+++ anaconda-11.1.2.242/installclasses/rhel1.py 2013-09-17 20:41:35.000000000 -0700 -@@ -95,25 +95,6 @@ - map(string.lower, self.inum.get_repos_dict().keys()) - return name in allowedRepos + +diff -uNr anaconda-11.1.2.87__orig/installclasses/rhel.py anaconda-11.1.2.87/installclasses/rhel.py +--- anaconda-11.1.2.87__orig/installclasses/rhel.py 2007-11-14 01:13:08.000000000 +0000 ++++ anaconda-11.1.2.87/installclasses/rhel.py 2007-11-14 01:20:52.000000000 +0000 +@@ -75,25 +75,6 @@ + dispatch.skipStep("partition") + dispatch.skipStep("regkey", skip = 0) - # for rhel, we're putting the metadata under productpath - def getPackagePaths(self, uri):