On Sat, 2 Sept 2023 at 01:34, Heinrich Schuchardt <heinrich.schucha...@canonical.com> wrote: > > 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.schucha...@canonical.com> > --- > v2: > use accessor for type_guid field > --- > cmd/gpt.c | 16 +++++++++++++++- > 1 file changed, 15 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <s...@chromium.org>