[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.



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]