Re: [PATCH v4 5/8] cmd: gpt: Add command to set bootable flags

2023-08-29 Thread Joshua Watt
On Mon, Aug 28, 2023, 4:53 PM Heinrich Schuchardt wrote: > On 8/28/23 23:56, Joshua Watt wrote: > > Adds a command that can be used to modify the GPT partition table to > > indicate which partitions should have the bootable flag set > > > > Signed-off-by: Joshua Watt > > --- > > cmd/gpt.c

Re: [PATCH v4 5/8] cmd: gpt: Add command to set bootable flags

2023-08-28 Thread Heinrich Schuchardt
On 8/28/23 23:56, Joshua Watt wrote: Adds a command that can be used to modify the GPT partition table to indicate which partitions should have the bootable flag set Signed-off-by: Joshua Watt --- cmd/gpt.c | 80 +++ doc/usage/cmd/gpt.rst

[PATCH v4 5/8] cmd: gpt: Add command to set bootable flags

2023-08-28 Thread Joshua Watt
Adds a command that can be used to modify the GPT partition table to indicate which partitions should have the bootable flag set Signed-off-by: Joshua Watt --- cmd/gpt.c | 80 +++ doc/usage/cmd/gpt.rst | 12 ++ test/py/tests/test_gpt.py