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 @@ |
diff -uNr anaconda-11.1.2.87__orig/installclasses/rhel.py anaconda-11.1.2.87/installclasses/rhel.py |
24 |
|
--- anaconda-11.1.2.87__orig/installclasses/rhel.py 2007-11-14 01:13:08.000000000 +0000 |
25 |
instkeyname = N_("Installation Number") |
+++ anaconda-11.1.2.87/installclasses/rhel.py 2007-11-14 01:20:52.000000000 +0000 |
26 |
instkeydesc = N_("To install the full set of supported packages included " |
@@ -75,25 +75,6 @@ |
|
- "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 @@ |
|
27 |
dispatch.skipStep("partition") |
dispatch.skipStep("partition") |
28 |
dispatch.skipStep("regkey", skip = 0) |
dispatch.skipStep("regkey", skip = 0) |
29 |
|
|