From c7ffe3785e61f3c57aeeebc34ec573685f0ea6a8 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Sat, 27 Jun 2015 17:18:10 +0300 Subject: wic: Add --uuid partition option Added --uuid option to the configuration of wks parser. This option specifies partition UUID. The code to process it is already in place. It was implemented for --use-uuid option. Signed-off-by: Ed Bartosh --- scripts/lib/image/help.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/lib/image') diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index c8b2fab6d8..0666d80f45 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py @@ -787,6 +787,11 @@ DESCRIPTION random globally unique identifier (GUID) for the partition and use it in bootloader configuration to specify root partition. + --uuid: This option is specific to wic. It specifies partition UUID. + It's useful if preconfigured partition UUID is added to kernel command line + in bootloader configuration before running wic. In this case .wks file can + be generated or modified to set preconfigured parition UUID using this option. + * bootloader This command allows the user to specify various bootloader -- cgit v1.2.3