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