1 |
diff -uNr anaconda-13.21.195__orig/installclasses/rhel.py anaconda-13.21.195/installclasses/rhel.py |
diff -uNrp anaconda-13.21.239.orig/installclasses/rhel.py anaconda-13.21.239/installclasses/rhel.py |
2 |
--- anaconda-13.21.195__orig/installclasses/rhel.py 2012-11-26 20:42:02.000000000 +0000 |
--- anaconda-13.21.239.orig/installclasses/rhel.py 2015-03-24 15:18:45.000000000 +0000 |
3 |
+++ anaconda-13.21.195/installclasses/rhel.py 2013-03-01 23:02:13.665813204 +0000 |
+++ anaconda-13.21.239/installclasses/rhel.py 2015-07-24 14:34:21.827447613 +0000 |
4 |
@@ -29,20 +29,78 @@ |
@@ -29,20 +29,78 @@ import yuminstall |
5 |
|
|
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 |
86 |
|
|
87 |
def getPackagePaths(self, uri): |
def getPackagePaths(self, uri): |
88 |
if not type(uri) == types.ListType: |
if not type(uri) == types.ListType: |
89 |
@@ -59,6 +117,7 @@ |
@@ -59,6 +117,7 @@ class InstallClass(BaseInstallClass): |
90 |
def setSteps(self, anaconda): |
def setSteps(self, anaconda): |
91 |
BaseInstallClass.setSteps(self, anaconda) |
BaseInstallClass.setSteps(self, anaconda) |
92 |
anaconda.dispatch.skipStep("partition") |
anaconda.dispatch.skipStep("partition") |
94 |
|
|
95 |
def getBackend(self): |
def getBackend(self): |
96 |
if flags.livecdInstall: |
if flags.livecdInstall: |
97 |
@@ -75,6 +134,7 @@ |
@@ -75,6 +134,7 @@ class InstallClass(BaseInstallClass): |
98 |
return True |
return True |
99 |
|
|
100 |
productUpgrades = { |
productUpgrades = { |
102 |
"Red Hat Enterprise Linux AS": ("Red Hat Linux Advanced Server", ), |
"Red Hat Enterprise Linux AS": ("Red Hat Linux Advanced Server", ), |
103 |
"Red Hat Enterprise Linux WS": ("Red Hat Linux Advanced Workstation",), |
"Red Hat Enterprise Linux WS": ("Red Hat Linux Advanced Workstation",), |
104 |
# FIXME: this probably shouldn't be in a release... |
# FIXME: this probably shouldn't be in a release... |
|
Binary files anaconda-13.21.195__orig/installclasses/.rhel.py.swp and anaconda-13.21.195/installclasses/.rhel.py.swp differ |
|