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 @@ "1". The default value is "1.3". + --part-type: + This option is a wic-specific + option that specifies the partition type globally + unique identifier (GUID) for GPT partitions. + You can find the list of partition type GUIDs + at + . + + --use-uuid: + This option is a wic-specific + option that causes wic to + generate a random GUID for the partition. + The generated identifier is used in the bootloader + configuration to specify the root partition. + + --uuid: + This option is a wic-specific + option that specifies the partition UUID. +