summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorEd Bartosh <ed.bartosh@linux.intel.com>2015-06-05 10:17:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-06-11 23:59:13 +0100
commit69bbf80c8df21f93e294d21bf76ad3d0106a43e9 (patch)
tree093a3969a9140847a9909994c697a14a85fab7c4 /scripts
parent998273aee2c63726f5acfca7c1a2b89f82f93c6f (diff)
downloadpoky-69bbf80c8df21f93e294d21bf76ad3d0106a43e9.tar.gz
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). (From OE-Core rev: e21e31b48b20bf2f8a7733c52b436a65c27de8aa) 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')
-rw-r--r--scripts/lib/image/help.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index e365a07803..14f0ff173a 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -757,6 +757,15 @@ DESCRIPTION
757 equal to 1. 757 equal to 1.
758 The default value is 1.3. 758 The default value is 1.3.
759 759
760 --part-type: This option is specific to wic. It specifies partition
761 type GUID for GPT partitions.
762 List of partition type GUIDS can be found here:
763 http://en.wikipedia.org/wiki/GUID_Partition_Table#Partition_type_GUIDs
764
765 --use-uuid: This option is specific to wic. It makes wic to generate
766 random globally unique identifier (GUID) for the partition
767 and use it in bootloader configuration to specify root partition.
768
760 * bootloader 769 * bootloader
761 770
762 This command allows the user to specify various bootloader 771 This command allows the user to specify various bootloader