commit | e4222587ae5683072a2db7ca0992e9df2657c928 | [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 | 1f1e6f5ed652d2dddc3ddef09b6f7fa04fc75533 [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>