--- rpms/anaconda/sme8/anaconda-centos-inst-type.patch 2009/10/22 14:06:59 1.2 +++ rpms/anaconda/sme8/anaconda-centos-inst-type.patch 2010/05/17 16:15:49 1.3 @@ -1,7 +1,7 @@ -diff -uNr anaconda-11.1.2.195__orig/installclasses/rhel.py anaconda-11.1.2.195/installclasses/rhel.py ---- anaconda-11.1.2.195__orig/installclasses/rhel.py 2009-09-28 22:51:47.000000000 +0000 -+++ anaconda-11.1.2.195/installclasses/rhel.py 2009-09-28 22:54:53.000000000 +0000 -@@ -31,23 +31,13 @@ +diff -uNr anaconda-11.1.2.209__orig/installclasses/rhel.py anaconda-11.1.2.209/installclasses/rhel.py +--- anaconda-11.1.2.209__orig/installclasses/rhel.py 2010-04-25 04:00:52.293535000 +0000 ++++ anaconda-11.1.2.209/installclasses/rhel.py 2010-04-25 04:04:25.643535894 +0000 +@@ -29,23 +29,13 @@ if 0: # not productName.startswith("Red Hat Enterprise"): hidden = 1 @@ -32,7 +32,7 @@ diff -uNr anaconda-11.1.2.195__orig/inst instkeyname = N_("Installation Number") instkeydesc = N_("Would you like to enter an Installation Number " -@@ -71,6 +61,10 @@ +@@ -65,6 +55,11 @@ def setGroupSelection(self, anaconda): grps = anaconda.backend.getDefaultGroups(anaconda) map(lambda x: anaconda.backend.selectGroup(x), grps) @@ -40,10 +40,11 @@ diff -uNr anaconda-11.1.2.195__orig/inst + 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); -@@ -142,5 +136,5 @@ +@@ -136,5 +131,5 @@ self.repopaths = { "base": "%s" %(productPath,) } # minimally set up tasks in case no key is provided