commit | 368beaf7bb609b1daede46e3b31f5788d52e44e5 | [log] [tgz] |
---|---|---|
author | Joshua Watt <jpewhacker@gmail.com> | Thu Aug 31 10:51:39 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 11 16:27:49 2023 -0400 |
tree | 04e911edcd64b315207a348b9db333d684e21761 | |
parent | a1e793add5dd21c2a1b08bc57ac99e43183913b6 [diff] |
cmd: gpt: Preserve type GUID if enabled If CONFIG_PARTITION_TYPE_GUID is enabled, the type GUID will be preserved when writing out the partition string. It was already respected when writing out partitions; this ensures that if you capture the current partition layout and write it back (such as when renaming), the type GUIDs are preserved. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>