[PATCH] efi: add feature_efifwsetup_check

2022-09-10 Thread Felipe Contreras
e 26031d3b1 is maintained (unconditionally show the menu entry on EFI platforms). Also do this only on the EFI platform as Dimitri John Ledkov suggested. Cc: Javier Martinez Canillas Cc: Robbie Harwood Cc: Dimitri John Ledkov Signed-off-by: Felipe Contreras --- grub-core/normal/main.c |

Re: [PATCH] efi: add feature_efifwsetup_check

2022-09-12 Thread Felipe Contreras
On Mon, Sep 12, 2022 at 5:27 AM Robbie Harwood wrote: > > Felipe Contreras writes: > > > In commit 26031d3b1 (efi: Don't display a uefi-firmware entry if it's > > not supported, 2022-08-18) an unconditional call to `fwsetup > > --is-supported` was added