summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-05-11 20:42:38 +0000
committerMatt Wilson <msw@redhat.com>2000-05-11 20:42:38 +0000
commit751d75f05a59d79e130397adb5150c9ee3861313 (patch)
tree7b3d2d78896ccc3acdba565e841da04b87e0c38a /installclass.py
parent0b4190b75187c23e2768daa913b22a836b60b76d (diff)
downloadanaconda-751d75f05a59d79e130397adb5150c9ee3861313.tar.gz
anaconda-751d75f05a59d79e130397adb5150c9ee3861313.tar.xz
anaconda-751d75f05a59d79e130397adb5150c9ee3861313.zip
use showgroups field from instclass
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclass.py b/installclass.py
index 63107c22f..c5a334897 100644
--- a/installclass.py
+++ b/installclass.py
@@ -224,6 +224,7 @@ class BaseInstallClass:
self.raidList = []
self.name = ""
self.pixmap = ""
+ self.showgroups = None
if iutil.getArch () == "alpha":
self.addToSkipList("bootdisk")