diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-04-22 12:32:04 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-04-29 07:53:58 +0100 |
commit | 1a304afea4ad7be12ed5f0fcb397a538345a6b63 (patch) | |
tree | c59f9ab8bab20c763d49fe4ce33b336062f99a4e /scripts | |
parent | a1f7f7e61fd20fb6319825648930f7b6aa0e0cee (diff) | |
download | openembedded-core-1a304afea4ad7be12ed5f0fcb397a538345a6b63.tar.gz openembedded-core-1a304afea4ad7be12ed5f0fcb397a538345a6b63.tar.bz2 openembedded-core-1a304afea4ad7be12ed5f0fcb397a538345a6b63.zip |
wic: add help for --system-id option
Added explanation of --system-id option to the output of
wic help kickstart.
[YOCTO #9096]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/help.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 405d25a878..394e3fde2d 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py @@ -738,6 +738,10 @@ DESCRIPTION in bootloader configuration before running wic. In this case .wks file can be generated or modified to set preconfigured parition UUID using this option. + --system-id: This option is specific to wic. It specifies partition system id. It's useful + for the harware that requires non-default partition system ids. The parameter + in one byte long hex number either with 0x prefix or without it. + * bootloader This command allows the user to specify various bootloader |