From 33d38aefb06f8849b46c5f9f6c1db73b4dccd985 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Mon, 22 Jun 2015 14:58:19 +0300 Subject: wic: Add new argument to wic_create function Added 'compressor' argument to wic_create to pass a name of compressor utility to the wic engine. Signed-off-by: Ed Bartosh --- scripts/wic | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/wic') diff --git a/scripts/wic b/scripts/wic index 8869fba048..f9be972bad 100755 --- a/scripts/wic +++ b/scripts/wic @@ -228,7 +228,7 @@ def wic_create_subcommand(args, usage_str): print "Creating image(s)...\n" engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, native_sysroot, scripts_path, image_output_dir, - options.debug) + options.compressor, options.debug) def wic_list_subcommand(args, usage_str): -- cgit v1.2.3