commit | f5e4b056c47215cdbe8d8e30a12b036b7a6afa8d | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Sep 02 09:35:24 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 11 16:34:19 2023 -0400 |
tree | 51c12c17095b0724f2d6fee66bee932e0b2d7047 | |
parent | 69f4d37302583c3a2c8445ff69826c52c6fce7e3 [diff] |
cmd: gpt: fix gpt read To partition a block device the partition type GUIDs are needed but 'gpt read' does not provide these. Add the missing parts. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>