commit | fd1134ef794a72605d361d5b39a45f6ccc489757 | [log] [tgz] |
---|---|---|
author | Joshua Watt <jpewhacker@gmail.com> | Thu Aug 31 10:51:37 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Sep 11 16:24:46 2023 -0400 |
tree | b4248a39d38a0dfc0182071138fcc038a224681b | |
parent | d64d57939a8473221432e42c5dd814de975032e1 [diff] |
cmd: gpt: Add gpt_partition_bootable variable Adds an additional variable called gpt_partition_bootable that indicates if the given partition is bootable or not. Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>