--- src/pylorax/images.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pylorax/images.py b/src/pylorax/images.py index dd211a5..72ccee9 100644 --- a/src/pylorax/images.py +++ b/src/pylorax/images.py @@ -314,6 +314,9 @@ export PS1 PATH if err: self.perror(stdout) + # remove *map files + remove_(os.path.join(self.dst_moddir, "*map")) + def get_keymaps(self): override = "keymaps-override-{0}".format(self.conf.basearch) override = os.path.join(self.srctree, self.const.ANACONDA_RUNTIME, -- 1.6.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list