summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-12 02:52:57 +0000
committerMatt Wilson <msw@redhat.com>2000-05-12 02:52:57 +0000
commit250fa9250e5f664273efce1207a5856b0f43ff7f (patch)
tree6a4f277fb285b96174d1bd2653aedea619431e19 /installclasses
parent2690d70ddd52bb810ad0583d892149faccc3da51 (diff)
downloadanaconda-250fa9250e5f664273efce1207a5856b0f43ff7f.tar.gz
anaconda-250fa9250e5f664273efce1207a5856b0f43ff7f.tar.xz
anaconda-250fa9250e5f664273efce1207a5856b0f43ff7f.zip
make sure we get the right packages selected from our installclasses when computing sizes
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/workstation.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/workstation.py b/installclasses/workstation.py
index 8523d5bee..a33138a6f 100644
--- a/installclasses/workstation.py
+++ b/installclasses/workstation.py
@@ -11,6 +11,7 @@ class InstallClass(BaseInstallClass):
def __init__(self, expert):
BaseInstallClass.__init__(self)
+ self.setGroups(["Workstation Common"])
self.setHostname("localhost.localdomain")
if not expert:
self.addToSkipList("lilo")