commit | f04d4b5140e1774dcc0964a3ae044fc2e5f1b597 | [log] [tgz] |
---|---|---|
author | Alison Chaiken <alison@peloton-tech.com> | Tue Jul 04 11:18:50 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 04 20:34:04 2017 -0400 |
tree | 946d405a2ced9e90870f505e4a870ffcf5a76c5b | |
parent | e4222587ae5683072a2db7ca0992e9df2657c928 [diff] |
GPT: read partition table from device into a data structure Make the partition table available for modification by reading it from the user-specified device into a linked list. Provide an accessor function for command-line testing. Signed-off-by: Alison Chaiken <alison@peloton-tech.com> [trini: Make this depend on CMD_GPT_RENAME, as it is the user of this code] Signed-off-by: Tom Rini <trini@konsulko.com>