diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-07-06 14:32:34 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-07-21 22:51:38 +0100 |
commit | 7a2730fe7a114849fe9a5b740c2b4ddace7147d9 (patch) | |
tree | b334f031038bca8e213310142ac38b52d439497e | |
parent | 9f481f5ac9b392c7178955756bdaf11cdd76e0c6 (diff) | |
download | poky-7a2730fe7a114849fe9a5b740c2b4ddace7147d9.tar.gz |
wic: add description of --mkfs-extraopts
Updated help contents with the description of new
wks option --mkfs-extraopts
(From OE-Core rev: 69c95f74013d0d8b199abc38ba0d6f3ff952eed3)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | scripts/lib/wic/help.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 23d943cc4c..99912cd400 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -943,6 +943,12 @@ DESCRIPTION | |||
943 | for the harware that requires non-default partition system ids. The parameter | 943 | for the harware that requires non-default partition system ids. The parameter |
944 | in one byte long hex number either with 0x prefix or without it. | 944 | in one byte long hex number either with 0x prefix or without it. |
945 | 945 | ||
946 | --mkfs-extraopts: This option specifies extra options to pass to mkfs utility. | ||
947 | NOTE, that wic uses default options for some filesystems, for example | ||
948 | '-S 512' for mkfs.fat or '-F -i 8192' for mkfs.ext. Those options will | ||
949 | not take effect when --mkfs-extraopts is used. This should be taken into | ||
950 | account when using --mkfs-extraopts. | ||
951 | |||
946 | * bootloader | 952 | * bootloader |
947 | 953 | ||
948 | This command allows the user to specify various bootloader | 954 | This command allows the user to specify various bootloader |