Add a new environment variable called GRUB_FORCE_EFI_ALLVIDEO to allow forcing GRUB to load all_video on EFI platforms. This is added to support cases where some EFI platform needs one of the legacy video modules.
Signed-off-by: Andrew Hamilton <[email protected]> --- util/grub-mkconfig.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in index 32c480dae..ddb9f4dbf 100644 --- a/util/grub-mkconfig.in +++ b/util/grub-mkconfig.in @@ -255,7 +255,8 @@ export GRUB_DEFAULT \ GRUB_ENABLE_CRYPTODISK \ GRUB_BADRAM \ GRUB_OS_PROBER_SKIP_LIST \ - GRUB_DISABLE_SUBMENU + GRUB_DISABLE_SUBMENU \ + GRUB_FORCE_EFI_ALLVIDEO if test "x${grub_cfg}" != "x"; then rm -f "${grub_cfg}.new" -- 2.43.0 _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
