Re: [PATCH v2 1/4] boot: correct the default sequence of boot methods

2024-04-04 Thread Heinrich Schuchardt
On 04.04.24 17:18, Mark Kettenis wrote: From: Heinrich Schuchardt Date: Thu, 4 Apr 2024 13:47:39 +0200 The default sequence of boot methods is determined by alphabetical sorting during linkage. * efi_mgr must run before efi to be UEFI compliant * pxe should run as last resort Signed-off-by:

Re: [PATCH v2 1/4] boot: correct the default sequence of boot methods

2024-04-04 Thread Mark Kettenis
> From: Heinrich Schuchardt > Date: Thu, 4 Apr 2024 13:47:39 +0200 > > The default sequence of boot methods is determined by alphabetical sorting > during linkage. > > * efi_mgr must run before efi to be UEFI compliant > * pxe should run as last resort > > Signed-off-by: Heinrich Schuchardt

Re: [PATCH v2 1/4] boot: correct the default sequence of boot methods

2024-04-04 Thread Ilias Apalodimas
On Thu, 4 Apr 2024 at 14:49, Heinrich Schuchardt wrote: > > The default sequence of boot methods is determined by alphabetical sorting > during linkage. > > * efi_mgr must run before efi to be UEFI compliant > * pxe should run as last resort > > Signed-off-by: Heinrich Schuchardt > --- > v2: >

[PATCH v2 1/4] boot: correct the default sequence of boot methods

2024-04-04 Thread Heinrich Schuchardt
The default sequence of boot methods is determined by alphabetical sorting during linkage. * efi_mgr must run before efi to be UEFI compliant * pxe should run as last resort Signed-off-by: Heinrich Schuchardt --- v2: no change --- boot/bootmeth_efi.c | 2 +- boot/bootmeth_efi_mgr.c