[oe-commits] [openembedded-core] 32/41: wic: add help for --system-id option

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:22 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 56bed0130b1c340b8aada8adb12482ae83b8055b
Author: Ed Bartosh <ed.bartosh at linux.intel.com>
AuthorDate: Fri Apr 22 12:32:04 2016 +0300

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 scripts/lib/wic/help.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index 405d25a..394e3fd 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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list