Add a simple GPT partitions parser
authorArtem Bityutskiy <artem.bityutskiy@intel.com>
Tue, 29 Jan 2013 12:19:11 +0000 (14:19 +0200)
committerGui Chen <gui.chen@intel.com>
Tue, 29 Jan 2013 05:48:13 +0000 (13:48 +0800)
commit591e012f2f4ce496dc569bf0e2299fe0528bd5b5
tree3a9ab4a722c1ceed96cad8daaaf863ae589a0000
parent92e372ab1f1666caa3f75ce913f52cda7eac8852
Add a simple GPT partitions parser

The 'PARTUUID' blkid feature exists only in relatively new versions of blkid,
which causes troubles in some distributions. Therefore, lets implement our own
simple GPT parser instead.

Change-Id: Ie07efc5040770c002ef4be60431c8756fa690d63
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@intel.com>
mic/utils/gpt_parser.py [new file with mode: 0644]