[PATCH] Repos anaconda knows about but are disabled should be addons.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux