summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-07-25 15:49:49 +0000
committerJeremy Katz <katzj@redhat.com>2006-07-25 15:49:49 +0000
commit5abec6c0cd8884384d5c6eb98b2b32d2420fcdfe (patch)
tree4d2fa05f83f7a3a6471f45ab870abb0f9d327f4d /installclasses
parente0b0072b98e94daa837b8491c9b82f1bf51d5add (diff)
downloadanaconda-5abec6c0cd8884384d5c6eb98b2b32d2420fcdfe.tar.gz
anaconda-5abec6c0cd8884384d5c6eb98b2b32d2420fcdfe.tar.xz
anaconda-5abec6c0cd8884384d5c6eb98b2b32d2420fcdfe.zip
* installclasses/rhel.py: This should be hidden by default
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index c35f20484..cfc2e2b73 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -18,7 +18,6 @@ class InstallClass(BaseInstallClass):
showMinimal = 1
if not productName.startswith("Red Hat Enterprise"):
hidden = 1
- hidden = 0
tasks = [(N_("Office and Productivity"), ["graphics", "office", "games", "sound-and-video"]),
(N_("Software Development"), ["development-libs", "development-tools", "gnome-software-development", "x-software-development"],),