/[smeserver]/rpms/anaconda/sme9/anaconda-centos-installclass.patch
ViewVC logotype

Diff of /rpms/anaconda/sme9/anaconda-centos-installclass.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by wellsi, Thu Jul 4 04:01:04 2013 UTC Revision 1.2 by vip-ire, Wed Sep 30 09:32:19 2015 UTC
# Line 1  Line 1 
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
# Line 86  diff -uNr anaconda-13.21.195__orig/insta Line 86  diff -uNr anaconda-13.21.195__orig/insta
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")
# Line 94  diff -uNr anaconda-13.21.195__orig/insta Line 94  diff -uNr anaconda-13.21.195__orig/insta
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 = {
# Line 102  diff -uNr anaconda-13.21.195__orig/insta Line 102  diff -uNr anaconda-13.21.195__orig/insta
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  


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed