summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 14:50:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:31:22 +0000
commit20007c87b2a61b68995f6985b452966289496378 (patch)
tree04fbf607de4725ca969a62deef032fd1af29df9a /documentation
parent2dd7f469f5f4ea8c21378e082474b7b57b06c907 (diff)
downloadpoky-20007c87b2a61b68995f6985b452966289496378.tar.gz
dev-manual: Added the --overhead-factor wic option description.
(From yocto-docs rev: 346f68486d86292337923e89fbd7e8b2ccd4814b) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
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 e417c256a7..2335209084 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4628,6 +4628,14 @@
4628 by the <filename>--size</filename> option. 4628 by the <filename>--size</filename> option.
4629 The default value is 10 Mbytes. 4629 The default value is 10 Mbytes.
4630 </para></listitem> 4630 </para></listitem>
4631 <listitem><para><emphasis><filename>--overhead-factor</filename>:</emphasis>
4632 This option is a <filename>wic</filename>-specific
4633 option that multiplies the size of the partition by
4634 the option's value.
4635 You must supply a value greater than or equal to
4636 "1".
4637 The default value is "1.3".
4638 </para></listitem>
4631 </itemizedlist> 4639 </itemizedlist>
4632 </para> 4640 </para>
4633 </section> 4641 </section>