mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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. (From OE-Core rev: c7ffe3785e61f3c57aeeebc34ec573685f0ea6a8) Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
594dc7213f
commit
a49a422700
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user