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-07 12:13:45 +0000
commit95851dffbe758cd696f80454d8bdafce12fccd30 (patch)
treee47ee375acfc3e8a5272de73193b99f033ba06ad /documentation
parent88a2794b18f9f1c87e62f760c7a7b6c3b3511951 (diff)
downloadpoky-95851dffbe758cd696f80454d8bdafce12fccd30.tar.gz
dev-manual: Added wic --notable option description.
(From yocto-docs rev: 5e0594889eee6cff30cf378ac66993439351b486) 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>