Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-29 Thread Marvin Häuser
> On Sep 29, 2023, at 12:58, Michael Brown wrote: > > On 29/09/2023 10:47, Marvin Häuser wrote: >> Maybe when Linux starts adhering the spec for file names (the spec clearly >> defines e.g. BOOTx64.EFI, while at least some distros/images use >> bootx64.efi), this can be discussed. :) Let's n

Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-29 Thread Michael Brown
On 29/09/2023 10:47, Marvin Häuser wrote: Maybe when Linux starts adhering the spec for file names (the spec clearly defines e.g. BOOTx64.EFI, while at least some distros/images use bootx64.efi), this can be discussed. :) Let's not break various GRUB setups... Seems slightly unfair to blame L

Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-29 Thread Pedro Falcato
On Fri, Sep 29, 2023 at 10:47 AM Marvin Häuser wrote: > > > > On Sep 28, 2023, at 19:57, Pedro Falcato wrote: > > > > On Wed, Sep 27, 2023 at 1:09 PM Gerd Hoffmann wrote: > >> > >> Hi, > >> > >> I've noticed that the edk2 ext4 driver does case-insensitive filename > >> matching. I know the fat

Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-29 Thread Marvin Häuser
> On Sep 28, 2023, at 19:57, Pedro Falcato wrote: > > On Wed, Sep 27, 2023 at 1:09 PM Gerd Hoffmann wrote: >> >> Hi, >> >> I've noticed that the edk2 ext4 driver does case-insensitive filename >> matching. I know the fat filesystem is case-insensitive, and the uefi >> spec describing the f

Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-28 Thread Pedro Falcato
On Wed, Sep 27, 2023 at 1:09 PM Gerd Hoffmann wrote: > > Hi, > > I've noticed that the edk2 ext4 driver does case-insensitive filename > matching. I know the fat filesystem is case-insensitive, and the uefi > spec describing the fat filesystem also explicitly says it is > case-insensitive. On

Re: [edk2-devel] efi and ext4 and case sensitive file names

2023-09-28 Thread Laszlo Ersek
On 9/27/23 14:09, kraxel at redhat.com (Gerd Hoffmann) wrote: > Hi, > > I've noticed that the edk2 ext4 driver does case-insensitive filename > matching. I know the fat filesystem is case-insensitive, and the uefi > spec describing the fat filesystem also explicitly says it is > case-insensitiv