commit | 73d6d18b7147c90d6f8a60acb8dad663a225e63d | [log] [tgz] |
---|---|---|
author | Alison Chaiken <alison@peloton-tech.com> | Sun Jun 25 16:43:23 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 04 09:56:04 2017 -0400 |
tree | 0df0ea577d085439b7a87dac0d92e0b46cb5862a | |
parent | e6faf21f259ccc0601d06d458e33fb742deb1843 [diff] |
GPT: add accessor function for disk GUID In order to read the GPT, modify the partition name strings, and then write out a new GPT, the disk GUID is needed. While there is an existing accessor for the partition UUIDs, there is none yet for the disk GUID. Changes since v6: none. Signed-off-by: Alison Chaiken <alison@peloton-tech.com>