commit | da4017396e3fec94c183e1e33a4a0a7cb9497050 | [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 | 44d62336fc625c2f3e596f8ccc5e63beb70f6444 [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>