[oe-commits] Ed Bartosh : wic: Add help for --part-type and --use-uuid options

git at git.openembedded.org git at git.openembedded.org
Thu Jun 11 23:00:48 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: e21e31b48b20bf2f8a7733c52b436a65c27de8aa
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e21e31b48b20bf2f8a7733c52b436a65c27de8aa

Author: Ed Bartosh <ed.bartosh at linux.intel.com>
Date:   Fri Jun  5 10:17:16 2015 +0300

wic: Add help for --part-type and --use-uuid options

Added help for two wks partition options specific to
GUID partition table and globally unique identificators (GUID).

Signed-off-by: Ed Bartosh <ed.bartosh at linux.intel.com>
Signed-off-by: Ross Burton <ross.burton at intel.com>

---

 scripts/lib/image/help.py | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index e365a07..14f0ff1 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -757,6 +757,15 @@ DESCRIPTION
                             equal to 1.
                             The default value is 1.3.
 
+         --part-type: This option is specific to wic. It specifies partition
+                      type GUID for GPT partitions.
+                      List of partition type GUIDS can be found here:
+                      http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs
+
+         --use-uuid: This option is specific to wic. It makes wic to generate
+                     random globally unique identifier (GUID) for the partition
+                     and use it in bootloader configuration to specify root partition.
+
     * bootloader
 
       This command allows the user to specify various bootloader



More information about the Openembedded-commits mailing list