diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-01-05 14:59:01 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-07 12:13:46 +0000 |
commit | 7b3b1f9d314eb766179486818cb855df2073a599 (patch) | |
tree | 834bcae360bd37d4390468b19abf419e1ca9d7aa | |
parent | eeffa647d58b4c310058e8ea5e7c41431f9859a7 (diff) | |
download | poky-7b3b1f9d314eb766179486818cb855df2073a599.tar.gz |
dev-manual: Added three new wic option descriptions.
* --part-type
* --use-uuid
* --uuid
(From yocto-docs rev: 63e08898bc2853789a0a13ce015183a35cf1a92a)
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 | 19 |
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> |