summaryrefslogtreecommitdiffstats
path: root/yuminstall.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2008-01-04 11:38:03 -0500
committerChris Lumens <clumens@redhat.com>2008-01-22 14:26:23 -0500
commit0e02a7ff0c96a8f91a4baf095eb50092cc578fa7 (patch)
tree8e1026abc830b609a25d32cf31bc2a4e7234e3e0 /yuminstall.py
parent907ae2ae535727b0b9a25c8cfc605e9d8b76c2af (diff)
downloadanaconda-0e02a7ff0c96a8f91a4baf095eb50092cc578fa7.tar.gz
anaconda-0e02a7ff0c96a8f91a4baf095eb50092cc578fa7.tar.xz
anaconda-0e02a7ff0c96a8f91a4baf095eb50092cc578fa7.zip
Repos anaconda knows about but are disabled should be addons.
This means that all repos listed in the installclasses but aren't the base repos will be written to the anaconda-ks.cfg file.
Diffstat (limited to 'yuminstall.py')
-rw-r--r--yuminstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yuminstall.py b/yuminstall.py
index 3e4679096..cfff5a00d 100644
--- a/yuminstall.py
+++ b/yuminstall.py
@@ -472,7 +472,7 @@ class AnacondaYum(YumSorter):
for (name, (uri, mirror)) in self.anaconda.id.instClass.repos.items():
rid = name.replace(" ", "")
repo = AnacondaYumRepo(uri=uri, mirrorlist=mirror, repoid=rid,
- root=root, addon=False)
+ root=root)
repo.name = name
repo.disable()
extraRepos.append(repo)