diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-05 14:45:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 12:13:46 +0000 |
commit | 2beb19b764abae057e6a53ebe285b2226fd57a16 (patch) | |
tree | 3f0246cb033d9c6a85b563cae2101bace0c2b124 | |
parent | 95851dffbe758cd696f80454d8bdafce12fccd30 (diff) | |
download | poky-2beb19b764abae057e6a53ebe285b2226fd57a16.tar.gz |
dev-manual: Added the --extra-space wic option description.
(From yocto-docs rev: 1c386d5f76eb905487fe59c55618aea02abd1d7e)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 3d00f36104..e417c256a7 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4620,6 +4620,14 @@ | |||
4620 | However, the partition is not added to the | 4620 | However, the partition is not added to the |
4621 | partition table. | 4621 | partition table. |
4622 | </para></listitem> | 4622 | </para></listitem> |
4623 | <listitem><para><emphasis><filename>--extra-space</filename>:</emphasis> | ||
4624 | This option is a <filename>wic</filename>-specific | ||
4625 | option that adds extra space after the space | ||
4626 | filled by the content of the partition. | ||
4627 | The final size can go beyond the size specified | ||
4628 | by the <filename>--size</filename> option. | ||
4629 | The default value is 10 Mbytes. | ||
4630 | </para></listitem> | ||
4623 | </itemizedlist> | 4631 | </itemizedlist> |
4624 | </para> | 4632 | </para> |
4625 | </section> | 4633 | </section> |