/[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.1 by slords, Tue Jun 12 17:57:21 2007 UTC Revision 1.2 by slords, Thu Oct 22 14:06:59 2009 UTC
# Line 1  Line 1 
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.195__orig/installclasses/rhel.py anaconda-11.1.2.195/installclasses/rhel.py
2  --- anaconda-11.1.2.36__orig/installclasses/rhel.py     2007-03-29 21:49:53.000000000 +0000  --- anaconda-11.1.2.195__orig/installclasses/rhel.py    2009-09-28 22:51:47.000000000 +0000
3  +++ anaconda-11.1.2.36/installclasses/rhel.py   2007-03-29 21:54:49.000000000 +0000  +++ anaconda-11.1.2.195/installclasses/rhel.py  2009-09-28 22:54:53.000000000 +0000
4  @@ -61,6 +48,10 @@  @@ -31,23 +31,13 @@
      def setGroupSelection(self, anaconda):  
          grps = anaconda.backend.getDefaultGroups(anaconda)  
          map(lambda x: anaconda.backend.selectGroup(x), grps)  
 +        coregrps = ["core", "base", "dialup", "text-internet"]  
 +        map(lambda x: anaconda.backend.selectGroup(x), coregrps)  
 +        desktopgrps = ["editors", "graphics", "office", "games", "sound-and-video","base-x","gnome-desktop","graphical-internet","printing"]  
 +        map(lambda x: anaconda.backend.selectGroup(x), desktopgrps)  
   
      def setSteps(self, dispatch):  
         BaseInstallClass.setSteps(self, dispatch);  
 diff -uNr anaconda-11.1.2.36__orig/installclasses/rhel.py anaconda-11.1.2.36/installclasses/rhel.py  
 --- anaconda-11.1.2.36__orig/installclasses/rhel.py     2007-03-30 23:48:14.000000000 +0000  
 +++ anaconda-11.1.2.36/installclasses/rhel.py   2007-03-30 23:48:37.000000000 +0000  
 @@ -28,23 +28,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 31  diff -uNr anaconda-11.1.2.36__orig/insta Line 17  diff -uNr anaconda-11.1.2.36__orig/insta
17  -                                   ["development-libs", "development-tools",  -                                   ["development-libs", "development-tools",
18  -                                    "gnome-software-development",  -                                    "gnome-software-development",
19  -                                    "x-software-development"],)],  -                                    "x-software-development"],)],
20  -               'vt'            : [(N_("Virtualization"), ["virtualization"])],  -               'vt'            : [(N_("Virtualization"), ["xen"])],
21  -               'cluster'       : [(N_("Clustering"), ["clustering"])],  -               'cluster'       : [(N_("Clustering"), ["clustering"])],
22  -               'clusterstorage': [(N_("Storage Clustering"),  -               'clusterstorage': [(N_("Storage Clustering"),
23  -                                   ["cluster-storage"])]  -                                   ["cluster-storage"])]
# Line 45  diff -uNr anaconda-11.1.2.36__orig/insta Line 31  diff -uNr anaconda-11.1.2.36__orig/insta
31  +             (N_("Storage Clustering"), ["cluster-storage"]) ]  +             (N_("Storage Clustering"), ["cluster-storage"]) ]
32    
33       instkeyname = N_("Installation Number")       instkeyname = N_("Installation Number")
34       instkeydesc = N_("To install the full set of supported packages included "       instkeydesc = N_("Would you like to enter an Installation Number "
35  @@ -136,5 +126,5 @@  @@ -71,6 +61,10 @@
36         def setGroupSelection(self, anaconda):
37             grps = anaconda.backend.getDefaultGroups(anaconda)
38             map(lambda x: anaconda.backend.selectGroup(x), grps)
39    +        coregrps = ["core", "base", "dialup", "text-internet"]
40    +        map(lambda x: anaconda.backend.selectGroup(x), coregrps)
41    +        desktopgrps = ["editors", "graphics", "office", "games", "sound-and-video","base-x","gnome-desktop","graphical-internet","printing"]
42    +        map(lambda x: anaconda.backend.selectGroup(x), desktopgrps)
43    
44         def setSteps(self, dispatch):
45            BaseInstallClass.setSteps(self, dispatch);
46    @@ -142,5 +136,5 @@
47           self.repopaths = { "base": "%s" %(productPath,) }           self.repopaths = { "base": "%s" %(productPath,) }
48    
49           # 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