summaryrefslogtreecommitdiffstats
path: root/scripts/wic
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/wic')
-rwxr-xr-xscripts/wic2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/wic b/scripts/wic
index 592a0e4c25..097084a603 100755
--- a/scripts/wic
+++ b/scripts/wic
@@ -342,6 +342,8 @@ def wic_init_parser_create(subparser):
342 dest='compressor', 342 dest='compressor',
343 help="compress image with specified compressor") 343 help="compress image with specified compressor")
344 subparser.add_argument("-m", "--bmap", action="store_true", help="generate .bmap") 344 subparser.add_argument("-m", "--bmap", action="store_true", help="generate .bmap")
345 subparser.add_argument("--no-fstab-update" ,action="store_true",
346 help="Do not change fstab file.")
345 subparser.add_argument("-v", "--vars", dest='vars_dir', 347 subparser.add_argument("-v", "--vars", dest='vars_dir',
346 help="directory with <image>.env files that store " 348 help="directory with <image>.env files that store "
347 "bitbake variables") 349 "bitbake variables")