diff --git a/iso/empanadas/empanadas/util/dnf_utils.py b/iso/empanadas/empanadas/util/dnf_utils.py index b275490..119933c 100644 --- a/iso/empanadas/empanadas/util/dnf_utils.py +++ b/iso/empanadas/empanadas/util/dnf_utils.py @@ -173,7 +173,8 @@ class RepoSync: * Dry runs only create initial directories and structure * Full runs sync everything from the top and setup structure, - including creating a symlink to latest-Rocky-X + including creating a symlink to latest-Rocky-X and creating the + kickstart directories * self.repo is ignored during full runs (noted in stdout) * self.arch being set will force only that arch to sync """ diff --git a/iso/empanadas/empanadas/util/shared.py b/iso/empanadas/empanadas/util/shared.py index c6b8eb8..eca879d 100644 --- a/iso/empanadas/empanadas/util/shared.py +++ b/iso/empanadas/empanadas/util/shared.py @@ -86,7 +86,8 @@ class Shared: """ Writes really basic treeinfo, this is for single repository treeinfo data. This is usually called in the case of a fresh run and each repo - needs one. + needs one. This basic info may be overwritten later either by lorax + data or a full run. """ ti = productmd.treeinfo.TreeInfo() ti.release.name = distname