diff options
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r-- | scripts/lib/wic/help.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 83bd86e7c5..bd9c62e2e8 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -155,7 +155,7 @@ SYNOPSIS | |||
155 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] | 155 | [-e | --image-name] [-s, --skip-build-check] [-D, --debug] |
156 | [-r, --rootfs-dir] [-b, --bootimg-dir] | 156 | [-r, --rootfs-dir] [-b, --bootimg-dir] |
157 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] | 157 | [-k, --kernel-dir] [-n, --native-sysroot] [-f, --build-rootfs] |
158 | [-c, --compress-with] [-m, --bmap] | 158 | [-c, --compress-with] [-m, --bmap] [--no-fstab-update] |
159 | 159 | ||
160 | DESCRIPTION | 160 | DESCRIPTION |
161 | This command creates an OpenEmbedded image based on the 'OE | 161 | This command creates an OpenEmbedded image based on the 'OE |
@@ -227,6 +227,11 @@ DESCRIPTION | |||
227 | 227 | ||
228 | The -m option is used to produce .bmap file for the image. This file | 228 | The -m option is used to produce .bmap file for the image. This file |
229 | can be used to flash image using bmaptool utility. | 229 | can be used to flash image using bmaptool utility. |
230 | |||
231 | The --no-fstab-update option is used to doesn't change fstab file. When | ||
232 | using this option the final fstab file will be same that in rootfs and | ||
233 | wic doesn't update file, e.g adding a new mount point. User can control | ||
234 | the fstab file content in base-files recipe. | ||
230 | """ | 235 | """ |
231 | 236 | ||
232 | wic_list_usage = """ | 237 | wic_list_usage = """ |