Use cpio gzip in mic.
[tools/mic.git] / plugins / imager / qcow_plugin.py
old mode 100644 (file)
new mode 100755 (executable)
index 8acf572..cfbbd66
@@ -133,6 +133,8 @@ class QcowPlugin(ImagerPlugin):
             creator.install()
             creator.configure(creatoropts["repomd"])
             creator.copy_kernel()
+            if creatoropts['cpio']:
+                creator.create_cpio_image()
             creator.unmount()
             creator.package(creatoropts["destdir"])
             creator.create_manifest()