summaryrefslogtreecommitdiffstats
path: root/scripts/lib/wic/help.py
diff options
context:
space:
mode:
authorArtur Mądrzak <artur@madrzak.eu>2017-11-02 15:01:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-07 13:25:31 +0000
commit6f3b0a48acb22871890c4186a21d371e44751076 (patch)
tree21785694c0d894cf9d89d615982a6f25d8b53ef6 /scripts/lib/wic/help.py
parent5b2b572d85177211dc3ce6330ffade22bb5c2f2a (diff)
downloadpoky-6f3b0a48acb22871890c4186a21d371e44751076.tar.gz
wic: add 'part-name' argument for naming GPT partitions
The WIC's 'part' can now give a name for GPT partition in WKS file. It's similar to '--label', but is naming partintions instead file systems. It's required by some bootloaders to partitions have specified names. (From OE-Core rev: 9b60e3466ed7cff0cea10815851eb1304002eb52) Signed-off-by: Artur Mądrzak <artur@madrzak.eu> Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic/help.py')
-rw-r--r--scripts/lib/wic/help.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py
index bd9c62e2e8..2ac45e052e 100644
--- a/scripts/lib/wic/help.py
+++ b/scripts/lib/wic/help.py
@@ -970,6 +970,8 @@ DESCRIPTION
970 This option cannot be used with --fixed-size 970 This option cannot be used with --fixed-size
971 option. 971 option.
972 972
973 --part-name: This option is specific to wic. It specifies name for GPT partitions.
974
973 --part-type: This option is specific to wic. It specifies partition 975 --part-type: This option is specific to wic. It specifies partition
974 type GUID for GPT partitions. 976 type GUID for GPT partitions.
975 List of partition type GUIDS can be found here: 977 List of partition type GUIDS can be found here: