Re: [PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-07-15 Thread Mark Kettenis
> Date: Fri, 14 Jul 2023 22:21:04 +0200 > From: Heinrich Schuchardt Hi Heinrich, > Am 14. Juli 2023 21:56:02 MESZ schrieb Mark Kettenis : > >Enable the bootflow based on this bootmeth if the BootOrder EFI > >variable is set. > > > >Signed-off-by: Mark Kettenis > >--- > > boot/bootmeth_efi_mgr.c

Re: [PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-07-14 Thread Heinrich Schuchardt
On 7/14/23 21:56, Mark Kettenis wrote: Enable the bootflow based on this bootmeth if the BootOrder EFI variable is set. Signed-off-by: Mark Kettenis --- boot/bootmeth_efi_mgr.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/boot/bootmeth_efi_mgr.c b/boot/boo

Re: [PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-07-14 Thread Heinrich Schuchardt
Am 14. Juli 2023 21:56:02 MESZ schrieb Mark Kettenis : >Enable the bootflow based on this bootmeth if the BootOrder EFI >variable is set. > >Signed-off-by: Mark Kettenis >--- > boot/bootmeth_efi_mgr.c | 12 +++- > 1 file changed, 11 insertions(+), 1 deletion(-) > >diff --git a/boot/bootm

[PATCH] bootstd: Make efi_mgr bootmeth work for non-sandbox setups

2023-07-14 Thread Mark Kettenis
Enable the bootflow based on this bootmeth if the BootOrder EFI variable is set. Signed-off-by: Mark Kettenis --- boot/bootmeth_efi_mgr.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/boot/bootmeth_efi_mgr.c b/boot/bootmeth_efi_mgr.c index e9d973429f..db650861f