[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[PATCH] Repos anaconda knows about but are disabled should be addons.
- From: Chris Lumens <clumens redhat com>
- To: anaconda-devel-list redhat com
- Cc:
- Subject: [PATCH] Repos anaconda knows about but are disabled should be addons.
- Date: Thu, 17 Jan 2008 17:26:21 -0500
This means that all repos listed in the installclasses but aren't the base
repos will be written to the anaconda-ks.cfg file.
---
yuminstall.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/yuminstall.py b/yuminstall.py
index 3e46790..cfff5a0 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)
--
1.5.3.7
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]