summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2016-01-05 14:59:01 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-01-15 16:31:22 +0000
commitaa179aeede83bb5797bc7b7ec68a5c287d2add63 (patch)
treecd9b4a1c5ef81adace6e4ba6af22f9343ffb5d58 /documentation
parent20007c87b2a61b68995f6985b452966289496378 (diff)
downloadpoky-aa179aeede83bb5797bc7b7ec68a5c287d2add63.tar.gz
dev-manual: Added three new wic option descriptions.
* --part-type * --use-uuid * --uuid (From yocto-docs rev: 79790dd454c13780e045c2afd1eef51180a8b251) 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.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 2335209084..f0836e8b1d 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4636,6 +4636,25 @@
4636 "1". 4636 "1".
4637 The default value is "1.3". 4637 The default value is "1.3".
4638 </para></listitem> 4638 </para></listitem>
4639 <listitem><para><emphasis><filename>--part-type</filename>:</emphasis>
4640 This option is a <filename>wic</filename>-specific
4641 option that specifies the partition type globally
4642 unique identifier (GUID) for GPT partitions.
4643 You can find the list of partition type GUIDs
4644 at
4645 <ulink url='http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs'></ulink>.
4646 </para></listitem>
4647 <listitem><para><emphasis><filename>--use-uuid</filename>:</emphasis>
4648 This option is a <filename>wic</filename>-specific
4649 option that causes <filename>wic</filename> to
4650 generate a random GUID for the partition.
4651 The generated identifier is used in the bootloader
4652 configuration to specify the root partition.
4653 </para></listitem>
4654 <listitem><para><emphasis><filename>--uuid</filename>:</emphasis>
4655 This option is a <filename>wic</filename>-specific
4656 option that specifies the partition UUID.
4657 </para></listitem>
4639 </itemizedlist> 4658 </itemizedlist>
4640 </para> 4659 </para>
4641 </section> 4660 </section>