When creating repos from kickstart files the yumvar dict needs to be
passed to it, otherwise variable substitution in urls will not work.
---
pyanaconda/yuminstall.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/pyanaconda/yuminstall.py b/pyanaconda/yuminstall.py
index 437fd16..f811ac6 100644
--- a/pyanaconda/yuminstall.py
+++ b/pyanaconda/yuminstall.py
@@ -813,6 +813,7 @@ class AnacondaYum(yum.YumBase):
ksrepo.baseurl = "file://%s" % dest