
24 Aug
2023
24 Aug
'23
1:57 a.m.
On Wed, 23 Aug 2023 at 10:48, Joshua Watt jpewhacker@gmail.com wrote:
Sets the bootable flag when constructing the partition string from the current partition configuration. This ensures that when the partitions are written back (for example, when renaming a partition), the flag is preserved.
Signed-off-by: Joshua Watt JPEWhacker@gmail.com
cmd/gpt.c | 3 +++ test/py/tests/test_gpt.py | 1 + 2 files changed, 4 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org