commit | 0a242386254066b45a9ab6dbdfa902575402df9b | [log] [tgz] |
---|---|---|
author | Alison Chaiken <alison@peloton-tech.com> | Sun Jun 25 16:43:19 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Aug 04 09:55:30 2017 -0400 |
tree | 3954d2e30f5e93782816af2b7f28eb5b47b870f0 | |
parent | 92856b489b340ad66f5431d76802e16d689ad2ca [diff] |
GPT: fix error in partitions string doc The existing partitions-list parsing in cmd/gpt.c passes a value from gpt_default() to set_gpt_info() that README.gpt suggests should begin with 'partitions='. Partition-list strings should in fact begin with 'uuid_disk', as otherwise the call from set_gpt_info() to extract_val() to find 'uuid_disk' will fail. Change README.gpt accordingly. Changes since v6: none. Signed-off-by: Alison Chaiken <alison@peloton-tech.com>