diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2015-06-27 17:18:10 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-02 23:01:41 +0100 |
commit | c7ffe3785e61f3c57aeeebc34ec573685f0ea6a8 (patch) | |
tree | f7181e1003a735ea2314bc6edc19bb703508b159 /scripts/lib/image | |
parent | e9e860d4dcc73c8e19e0e39180d30c85dc155871 (diff) | |
download | openembedded-core-contrib-c7ffe3785e61f3c57aeeebc34ec573685f0ea6a8.tar.gz |
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 <ed.bartosh@linux.intel.com>
Diffstat (limited to 'scripts/lib/image')
-rw-r--r-- | scripts/lib/image/help.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index c8b2fab6d8c..0666d80f459 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 |