summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--installclasses/rhel.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4389bf119..7550046e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2006-09-27 Jeremy Katz <katzj@redhat.com>
+ * installclasses/rhel.py: Disable extra repos
+
* iw/task_gui.py (TaskWindow.getScreen): Have to remove since we
do a show_all on the vbox
* ui/tasksel.glade: Fix a tyop
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