summaryrefslogtreecommitdiffstats
path: root/installclass.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-03-24 14:39:29 -0400
committerChris Lumens <clumens@redhat.com>2008-03-24 14:39:47 -0400
commit0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67 (patch)
treed905240e6aee7770981f3897e449eafe5e1489cf /installclass.py
parent72196fc3d8e7b2dbabdd90090e0f4c35d285dd54 (diff)
downloadanaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.tar.gz
anaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.tar.xz
anaconda-0d8ef4c2b6a61fec6974ef4c1095d75f13d7ea67.zip
Be a little smarter about downloading repo metadata (#437972).
Diffstat (limited to 'installclass.py')
-rw-r--r--installclass.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/installclass.py b/installclass.py
index e721baae7..3c4af1114 100644
--- a/installclass.py
+++ b/installclass.py
@@ -66,9 +66,6 @@ class BaseInstallClass(object):
# don't force text mode
forceTextMode = 0
- # allow additional software repositories beyond the base to be configured
- allowExtraRepos = True
-
# by default, place this under the "install" category; it gets it's
# own toplevel category otherwise
parentClass = ( _("Install on System"), "install.png" )