call copy_attachment() after configure() and move attachment files
[tools/mic.git] / plugins / imager / qcow_plugin.py
index 39dbad7..a1d808a 100755 (executable)
@@ -134,6 +134,7 @@ class QcowPlugin(ImagerPlugin):
             creator.install()
             creator.configure(creatoropts["repomd"])
             creator.copy_kernel()
+            creator.copy_attachment()
             creator.create_cpio_image()
             creator.unmount()
             creator.copy_cpio_image()