Re: [PATCH v2 4/7] util/grub.d: activate bli module on EFI

2023-02-27 Thread Oliver Steffen
On Sat, Feb 25, 2023 at 8:41 PM Javier Martinez Canillas wrote: > Oliver Steffen writes: > > Hello Oliver, > > > Add a new configuration drop-in file that loads the > > boot-loader-interface (bli) module and runs the command in case we are > > booting on the EFI platform. > > > >

Re: [PATCH v2 4/7] util/grub.d: activate bli module on EFI

2023-02-25 Thread Javier Martinez Canillas
Oliver Steffen writes: Hello Oliver, > Add a new configuration drop-in file that loads the > boot-loader-interface (bli) module and runs the command in case we are > booting on the EFI platform. > > Signed-off-by: Oliver Steffen > --- [...] > + > +cat << EOF > +if [ "\$grub_platform" =

[PATCH v2 4/7] util/grub.d: activate bli module on EFI

2023-02-20 Thread Oliver Steffen
Add a new configuration drop-in file that loads the boot-loader-interface (bli) module and runs the command in case we are booting on the EFI platform. Signed-off-by: Oliver Steffen --- util/grub.d/25_boot_loader_interface.in | 34 + 1 file changed, 34 insertions(+)