diff options
Diffstat (limited to 'scripts/wic')
-rwxr-xr-x | scripts/wic | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/wic b/scripts/wic index 17e82315e2..8a959a01af 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -250,8 +250,7 @@ def wic_create_subcommand(args, usage_str): | |||
250 | 250 | ||
251 | print("Creating image(s)...\n") | 251 | print("Creating image(s)...\n") |
252 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, | 252 | engine.wic_create(wks_file, rootfs_dir, bootimg_dir, kernel_dir, |
253 | native_sysroot, scripts_path, options.outdir, | 253 | native_sysroot, scripts_path, options) |
254 | options.compressor, options.bmap, options.debug) | ||
255 | 254 | ||
256 | 255 | ||
257 | def wic_list_subcommand(args, usage_str): | 256 | def wic_list_subcommand(args, usage_str): |