summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 14:38:23 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:31:21 +0000
commit81cc7370562d6a7291ac6f906fe344c7e5382809 (patch)
treeecadcf11fdc4d454504618b3f958d06fa4d63539 /documentation
parent2b1dce5a3c2557bdd78f0f64a204057974b5318d (diff)
downloadpoky-81cc7370562d6a7291ac6f906fe344c7e5382809.tar.gz
dev-manual: Added wic --notable option description.
(From yocto-docs rev: 473914d9100c201474c7e0d6c954cf01ee3afa11) 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 f45e19fb95..3d00f36104 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4612,6 +4612,14 @@
4612 This option is a <filename>wic</filename>-specific 4612 This option is a <filename>wic</filename>-specific
4613 option that says to start a partition on an 4613 option that says to start a partition on an
4614 x KBytes boundary.</para></listitem> 4614 x KBytes boundary.</para></listitem>
4615 <listitem><para><emphasis><filename>--no-table</filename>:</emphasis>
4616 This option is a <filename>wic</filename>-specific
4617 option.
4618 Using the option reserves space for the partition
4619 and causes it to become populated.
4620 However, the partition is not added to the
4621 partition table.
4622 </para></listitem>
4615 </itemizedlist> 4623 </itemizedlist>
4616 </para> 4624 </para>
4617 </section> 4625 </section>