summaryrefslogtreecommitdiffstats
path: root/installclasses
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2006-09-27 20:02:44 +0000
committerJeremy Katz <katzj@redhat.com>2006-09-27 20:02:44 +0000
commit3f7a4f9dd48b58c57c67300b88914b437467e6ee (patch)
tree140007b161879d3a633badfe0a5b4d19a59e6be2 /installclasses
parentd815768975685f9c043b720ed63d6be929682d4c (diff)
downloadanaconda-3f7a4f9dd48b58c57c67300b88914b437467e6ee.tar.gz
anaconda-3f7a4f9dd48b58c57c67300b88914b437467e6ee.tar.xz
anaconda-3f7a4f9dd48b58c57c67300b88914b437467e6ee.zip
2006-09-27 Jeremy Katz <katzj@redhat.com>
* installclasses/rhel.py: Disable extra repos
Diffstat (limited to 'installclasses')
-rw-r--r--installclasses/rhel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/installclasses/rhel.py b/installclasses/rhel.py
index 5ed8d71dc..d2f061bbd 100644
--- a/installclasses/rhel.py
+++ b/installclasses/rhel.py
@@ -18,6 +18,7 @@ class InstallClass(BaseInstallClass):
"What additional tasks would you like your system "
"to include support for?") %(productName,)
sortPriority = 10000
+ allowExtraRepos = False
if not productName.startswith("Red Hat Enterprise"):
hidden = 1