--- rpms/anaconda/sme8/anaconda-centos-installclasses-2.patch 2007/06/12 17:57:21 1.1 +++ rpms/anaconda/sme8/anaconda-centos-installclasses-2.patch 2007/12/20 16:17:32 1.2 @@ -1,7 +1,7 @@ -diff -uNr anaconda-11.1.2.36__orig/installclasses/rhel.py anaconda-11.1.2.36/installclasses/rhel.py ---- anaconda-11.1.2.36__orig/installclasses/rhel.py 2007-01-15 18:56:46.000000000 +0000 -+++ anaconda-11.1.2.36/installclasses/rhel.py 2007-03-29 21:45:50.000000000 +0000 -@@ -17,14 +17,14 @@ +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-07-12 20:35:46.000000000 +0100 ++++ anaconda-11.1.2.87/installclasses/rhel.py 2007-11-14 01:08:34.000000000 +0000 +@@ -17,15 +17,15 @@ # custom installs are easy :-) class InstallClass(BaseInstallClass): # name has underscore used for mnemonics, strip if you dont need it @@ -9,34 +9,21 @@ diff -uNr anaconda-11.1.2.36__orig/insta - name = N_("Red Hat Enterprise Linux") + id = "centos" + name = N_("CentOS Linux") - description = N_("The default installation of %s includes a set of " + _description = N_("The default installation of %s includes a set of " "software applicable for general internet usage. " "What additional tasks would you like your system " - "to include support for?") %(productName,) + "to include support for?") + _descriptionFields = (productName,) sortPriority = 10000 - allowExtraRepos = False + allowExtraRepos = True if 0: # not productName.startswith("Red Hat Enterprise"): hidden = 1 -@@ -48,16 +48,8 @@ - - instkeyname = N_("Installation Number") - instkeydesc = N_("To install the full set of supported packages included " -- "in your subscription, please enter your Installation " - "Number") - skipkeytext = N_("If you're unable to locate the Installation Number, " -- "consult http://www.redhat.com/apps/support/in.html.\n\n" -- "If you skip:\n" -- "* You may not get access to the full set of " -- "packages included in your subscription.\n" -- "* It may result in an unsupported/uncertified " -- "installation of Red Hat Enterprise Linux.\n" -- "* You will not get software and security updates " - "for packages not included in your subscription.") - - -@@ -75,25 +67,6 @@ +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)