diff options
author | Chris Lumens <clumens@redhat.com> | 2008-03-24 14:39:29 -0400 |
---|---|---|
committer | Chris Lumens <clumens@redhat.com> | 2008-03-24 14:39:47 -0400 |
commit | 0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67 (patch) | |
tree | d905240e6aee7770981f3897e449eafe5e1489cf /installclasses | |
parent | 72196fc3d8e7b2dbabdd90090e0f4c35d285dd54 (diff) | |
download | anaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.tar.gz anaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.tar.xz anaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.zip |
Be a little smarter about downloading repo metadata (#437972).
Diffstat (limited to 'installclasses')
-rw-r--r-- | installclasses/rhel.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py index 772dedc42..94f61ff59 100644 --- a/installclasses/rhel.py +++ b/installclasses/rhel.py @@ -45,7 +45,6 @@ class InstallClass(BaseInstallClass): "to include support for?") _descriptionFields = (productName,) sortPriority = 10000 - allowExtraRepos = False if not productName.startswith("Red Hat Enterprise"): hidden = 1 |