From 7b3b1f9d314eb766179486818cb855df2073a599 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Tue, 5 Jan 2016 14:59:01 -0600 Subject: dev-manual: Added three new wic option descriptions. * --part-type * --use-uuid * --uuid (From yocto-docs rev: 63e08898bc2853789a0a13ce015183a35cf1a92a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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. + -- cgit 1.2.3-korg