diff options
author | Chris Lumens <clumens@redhat.com> | 2007-02-26 16:46:39 +0000 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2007-02-26 16:46:39 +0000 |
commit | 7e617e054975936a722dfaebbad3939a59d9d7e5 (patch) | |
tree | 6d1099f392c856d4781af21963ce4894a34166e4 /installclasses | |
parent | d43e716a797389c2b9e674b606c0824b9b8aa743 (diff) | |
download | anaconda-7e617e054975936a722dfaebbad3939a59d9d7e5.tar.gz anaconda-7e617e054975936a722dfaebbad3939a59d9d7e5.tar.xz anaconda-7e617e054975936a722dfaebbad3939a59d9d7e5.zip |
The RHEL installclass is hidden in Fedora.
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/rhel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py index 260148893..d9be5c859 100644 --- a/installclasses/rhel.py +++ b/installclasses/rhel.py @@ -26,7 +26,7 @@ class InstallClass(BaseInstallClass): _descriptionFields = (productName,) sortPriority = 10000 allowExtraRepos = False - if 0: # not productName.startswith("Red Hat Enterprise"): + if not productName.startswith("Red Hat Enterprise"): hidden = 1 taskMap = {'client' : [(N_("Office"), ["office"]), |