partition.py: add --part-type option
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 11 Apr 2013 11:33:08 +0000 (14:33 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 19 Apr 2013 13:27:40 +0000 (16:27 +0300)
commite90442d06c2103d97a3abde909e762125075301c
treea834bd367fbb70e5abc0da11bbac6b0d7cf0125e
parent3c1f08b73555fbd09dee556a77f3a01a5bbc185b
partition.py: add --part-type option

Add a kickstart file partition option for specifying partition type. In case of
GPT partitions, this is an UUID which is stored at offset 0 of the partition
entry in the partition table. In case of MBR partitions, this will be the
1-byte partition type which is stored at offset 4 of the partition entry in the
partition table.

Change-Id: I8d03c2414b8e8c555b18f9f94f60a9e0f7742536
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/kickstart/custom_commands/partition.py