summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-10 03:31:45 +0000
committerMatt Wilson <msw@redhat.com>1999-08-10 03:31:45 +0000
commit1f9edbd74e990b5975288b599e9e80f3b01ebedd (patch)
tree64ca4785a25dea67e4474963b9475ad035a0f197 /comps.py
parent569f764e097ccd59fba9e255d46f3a4daf382b0e (diff)
downloadanaconda-1f9edbd74e990b5975288b599e9e80f3b01ebedd.tar.gz
anaconda-1f9edbd74e990b5975288b599e9e80f3b01ebedd.tar.xz
anaconda-1f9edbd74e990b5975288b599e9e80f3b01ebedd.zip
Hide base
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/comps.py b/comps.py
index d3fb64743..f2743c7de 100644
--- a/comps.py
+++ b/comps.py
@@ -134,7 +134,8 @@ class ComponentSet:
if (l[0:6] == "--hide"):
hidden = 1
(foo, l) = split(l, None, 1)
-
+ if l == "Base":
+ hidden = 1
comp = Component(l, default == '1', hidden)
elif (l == "end"):
self.comps.append(comp)