mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 08:02:23 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
20007c87b2
commit
aa179aeede
@@ -4636,6 +4636,25 @@
|
||||
"1".
|
||||
The default value is "1.3".
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis><filename>--part-type</filename>:</emphasis>
|
||||
This option is a <filename>wic</filename>-specific
|
||||
option that specifies the partition type globally
|
||||
unique identifier (GUID) for GPT partitions.
|
||||
You can find the list of partition type GUIDs
|
||||
at
|
||||
<ulink url='http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs'></ulink>.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis><filename>--use-uuid</filename>:</emphasis>
|
||||
This option is a <filename>wic</filename>-specific
|
||||
option that causes <filename>wic</filename> to
|
||||
generate a random GUID for the partition.
|
||||
The generated identifier is used in the bootloader
|
||||
configuration to specify the root partition.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis><filename>--uuid</filename>:</emphasis>
|
||||
This option is a <filename>wic</filename>-specific
|
||||
option that specifies the partition UUID.
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user