summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-23 00:53:54 +0000
committerMatt Wilson <msw@redhat.com>1999-09-23 00:53:54 +0000
commit861eba4c728df31ae0074aadfe6e3d2f1d216286 (patch)
tree23805e94491babc4744a95616d0017f3bc435fb2 /installclass.py
parent3d1494cecda4b42ebdb0c52a3a362a68da22d00d (diff)
downloadanaconda-861eba4c728df31ae0074aadfe6e3d2f1d216286.tar.gz
anaconda-861eba4c728df31ae0074aadfe6e3d2f1d216286.tar.xz
anaconda-861eba4c728df31ae0074aadfe6e3d2f1d216286.zip
missing Server group selection
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 1bdd3f7cf..b937bf116 100644
--- a/installclass.py
+++ b/installclass.py
@@ -252,6 +252,7 @@ class Server(InstallClass):
def __init__(self):
InstallClass.__init__(self)
+ self.setGroups(["Server"])
self.setHostname("localhost.localdomain")
self.addToSkipList("lilo")
self.addToSkipList("network")
@@ -270,3 +271,4 @@ class Server(InstallClass):
self.setClearParts(FSEDIT_CLEAR_ALL,
warningText = _("You are about to erase ALL DATA on your hard " + \
"drive to make room for your Linux installation."))
+