diff options
| -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> |
