commit | 0653b9660e51317f5eefa12278232919b28ac256 | [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 | 462e2321250e7eb5d5900ba3b3205230d3a59988 [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>