/[smeserver]/rpms/anaconda/sme8/anaconda-centos-inst-type.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/anaconda-centos-inst-type.patch

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

Revision 1.2 by slords, Thu Oct 22 14:06:59 2009 UTC Revision 1.3 by slords, Mon May 17 16:15:49 2010 UTC
# Line 1  Line 1 
1  diff -uNr anaconda-11.1.2.195__orig/installclasses/rhel.py anaconda-11.1.2.195/installclasses/rhel.py  diff -uNr anaconda-11.1.2.209__orig/installclasses/rhel.py anaconda-11.1.2.209/installclasses/rhel.py
2  --- anaconda-11.1.2.195__orig/installclasses/rhel.py    2009-09-28 22:51:47.000000000 +0000  --- anaconda-11.1.2.209__orig/installclasses/rhel.py    2010-04-25 04:00:52.293535000 +0000
3  +++ anaconda-11.1.2.195/installclasses/rhel.py  2009-09-28 22:54:53.000000000 +0000  +++ anaconda-11.1.2.209/installclasses/rhel.py  2010-04-25 04:04:25.643535894 +0000
4  @@ -31,23 +31,13 @@  @@ -29,23 +29,13 @@
5       if 0: # not productName.startswith("Red Hat Enterprise"):       if 0: # not productName.startswith("Red Hat Enterprise"):
6           hidden = 1           hidden = 1
7    
# Line 32  diff -uNr anaconda-11.1.2.195__orig/inst Line 32  diff -uNr anaconda-11.1.2.195__orig/inst
32    
33       instkeyname = N_("Installation Number")       instkeyname = N_("Installation Number")
34       instkeydesc = N_("Would you like to enter an Installation Number "       instkeydesc = N_("Would you like to enter an Installation Number "
35  @@ -71,6 +61,10 @@  @@ -65,6 +55,11 @@
36       def setGroupSelection(self, anaconda):       def setGroupSelection(self, anaconda):
37           grps = anaconda.backend.getDefaultGroups(anaconda)           grps = anaconda.backend.getDefaultGroups(anaconda)
38           map(lambda x: anaconda.backend.selectGroup(x), grps)           map(lambda x: anaconda.backend.selectGroup(x), grps)
# Line 40  diff -uNr anaconda-11.1.2.195__orig/inst Line 40  diff -uNr anaconda-11.1.2.195__orig/inst
40  +        map(lambda x: anaconda.backend.selectGroup(x), coregrps)  +        map(lambda x: anaconda.backend.selectGroup(x), coregrps)
41  +        desktopgrps = ["editors", "graphics", "office", "games", "sound-and-video","base-x","gnome-desktop","graphical-internet","printing"]  +        desktopgrps = ["editors", "graphics", "office", "games", "sound-and-video","base-x","gnome-desktop","graphical-internet","printing"]
42  +        map(lambda x: anaconda.backend.selectGroup(x), desktopgrps)  +        map(lambda x: anaconda.backend.selectGroup(x), desktopgrps)
43    +
44    
45       def setSteps(self, dispatch):       def setSteps(self, dispatch):
46          BaseInstallClass.setSteps(self, dispatch);          BaseInstallClass.setSteps(self, dispatch);
47  @@ -142,5 +136,5 @@  @@ -136,5 +131,5 @@
48           self.repopaths = { "base": "%s" %(productPath,) }           self.repopaths = { "base": "%s" %(productPath,) }
49    
50           # minimally set up tasks in case no key is provided           # minimally set up tasks in case no key is provided


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