summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-06-26 18:58:54 +0000
committerChris Lumens <clumens@redhat.com>2007-06-26 18:58:54 +0000
commitf4459327fb2f0c8c5d71f1b2d80dce7cb43034ec (patch)
treec325b87ce1432f4cf50b06c0563e2a9a351c7db4 /instdata.py
parent13f58e367f918320ce7f5be2e08c6a02ff90a087 (diff)
downloadanaconda-f4459327fb2f0c8c5d71f1b2d80dce7cb43034ec.tar.gz
anaconda-f4459327fb2f0c8c5d71f1b2d80dce7cb43034ec.tar.xz
anaconda-f4459327fb2f0c8c5d71f1b2d80dce7cb43034ec.zip
Add a method to write out repo lines to the anaconda-ks.cfg file for all
enabled add-on repositories (#206152).
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/instdata.py b/instdata.py
index 019561e89..045e7f9f3 100644
--- a/instdata.py
+++ b/instdata.py
@@ -259,7 +259,9 @@ class InstallData:
self.timezone.writeKS(f)
self.bootloader.writeKS(f)
self.partitions.writeKS(f)
+
if self.backend is not None:
+ self.backend.writeKS(f)
self.backend.writePackagesKS(f)
# make it so only root can read, could have password