1 |
diff -uNr anaconda-11.1.2.36__orig/installclasses/rhel.py anaconda-11.1.2.36/installclasses/rhel.py |
diff -uNr anaconda-11.1.2.87__orig/installclasses/rhel.py anaconda-11.1.2.87/installclasses/rhel.py |
2 |
--- anaconda-11.1.2.36__orig/installclasses/rhel.py 2007-01-15 18:56:46.000000000 +0000 |
--- anaconda-11.1.2.87__orig/installclasses/rhel.py 2007-07-12 20:35:46.000000000 +0100 |
3 |
+++ anaconda-11.1.2.36/installclasses/rhel.py 2007-03-29 21:45:50.000000000 +0000 |
+++ anaconda-11.1.2.87/installclasses/rhel.py 2007-11-14 01:08:34.000000000 +0000 |
4 |
@@ -17,14 +17,14 @@ |
@@ -17,15 +17,15 @@ |
5 |
# custom installs are easy :-) |
# custom installs are easy :-) |
6 |
class InstallClass(BaseInstallClass): |
class InstallClass(BaseInstallClass): |
7 |
# name has underscore used for mnemonics, strip if you dont need it |
# name has underscore used for mnemonics, strip if you dont need it |
9 |
- name = N_("Red Hat Enterprise Linux") |
- name = N_("Red Hat Enterprise Linux") |
10 |
+ id = "centos" |
+ id = "centos" |
11 |
+ name = N_("CentOS Linux") |
+ name = N_("CentOS Linux") |
12 |
description = N_("The default installation of %s includes a set of " |
_description = N_("The default installation of %s includes a set of " |
13 |
"software applicable for general internet usage. " |
"software applicable for general internet usage. " |
14 |
"What additional tasks would you like your system " |
"What additional tasks would you like your system " |
15 |
"to include support for?") %(productName,) |
"to include support for?") |
16 |
|
_descriptionFields = (productName,) |
17 |
sortPriority = 10000 |
sortPriority = 10000 |
18 |
- allowExtraRepos = False |
- allowExtraRepos = False |
19 |
+ allowExtraRepos = True |
+ allowExtraRepos = True |
20 |
if 0: # not productName.startswith("Red Hat Enterprise"): |
if 0: # not productName.startswith("Red Hat Enterprise"): |
21 |
hidden = 1 |
hidden = 1 |
22 |
|
|
23 |
@@ -48,16 +48,8 @@ |
--- anaconda-11.1.2.242/installclasses/rhel.py 2011-06-27 07:25:06.000000000 -0700 |
24 |
|
+++ anaconda-11.1.2.242/installclasses/rhel1.py 2013-09-17 20:41:35.000000000 -0700 |
25 |
instkeyname = N_("Installation Number") |
@@ -95,25 +95,6 @@ |
26 |
instkeydesc = N_("To install the full set of supported packages included " |
map(string.lower, self.inum.get_repos_dict().keys()) |
27 |
- "in your subscription, please enter your Installation " |
return name in allowedRepos |
|
"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 @@ |
|
|
dispatch.skipStep("partition") |
|
|
dispatch.skipStep("regkey", skip = 0) |
|
28 |
|
|
29 |
- # for rhel, we're putting the metadata under productpath |
- # for rhel, we're putting the metadata under productpath |
30 |
- def getPackagePaths(self, uri): |
- def getPackagePaths(self, uri): |