partitinedfs.py: implement the --part-type option
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Thu, 11 Apr 2013 12:01:07 +0000 (15:01 +0300)
committerArtem Bityutskiy <artem.bityutskiy@intel.com>
Fri, 19 Apr 2013 13:27:40 +0000 (16:27 +0300)
commit6b2bcd1959cc2de86a559a9815b32364b814f27c
tree5e4781291858cc6dfb67743e941c987c410f7db2
parente90442d06c2103d97a3abde909e762125075301c
partitinedfs.py: implement the --part-type option

Implement the --part-type option for GPT partitions. In case of MBR partitions
- just error out and say that the option is not implemented, but if someone
needs it for the MBR case in the future - it may be implemented.

Change-Id: I7f45db71df85bd36850d1379a38a84fe73532de6
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/imager/raw.py
mic/utils/partitionedfs.py