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:58:44 +0100 |
commit | 2daea56eb86f99a6ef4c4ade65fd46f4de0a2f3e (patch) | |
tree | cb209dfd76ccbb289aaf192b1930ba6af39d8a53 /scripts/lib/wic/help.py | |
parent | 5bc1e42b03cc99d9e6a710d56153667d04a195d1 (diff) | |
download | poky-2daea56eb86f99a6ef4c4ade65fd46f4de0a2f3e.tar.gz |
wic: add help for --system-id option
Added explanation of --system-id option to the output of
wic help kickstart.
[YOCTO #9096]
(From OE-Core rev: 1a304afea4ad7be12ed5f0fcb397a538345a6b63)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
-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 | |||
738 | in bootloader configuration before running wic. In this case .wks file can | 738 | in bootloader configuration before running wic. In this case .wks file can |
739 | be generated or modified to set preconfigured parition UUID using this option. | 739 | be generated or modified to set preconfigured parition UUID using this option. |
740 | 740 | ||
741 | --system-id: This option is specific to wic. It specifies partition system id. It's useful | ||
742 | for the harware that requires non-default partition system ids. The parameter | ||
743 | in one byte long hex number either with 0x prefix or without it. | ||
744 | |||
741 | * bootloader | 745 | * bootloader |
742 | 746 | ||
743 | This command allows the user to specify various bootloader | 747 | This command allows the user to specify various bootloader |