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