From 4110cf4d81f9c6ce4d0c5a29808f855b664c1f65 Mon Sep 17 00:00:00 2001 From: Wolfgang Müller Date: Thu, 28 Apr 2022 18:41:57 +0200 Subject: fragments: Enable the EFI framebuffer console for EFI systems Support for this was lacking before, making EFI systems unusable after boot since there was no output on the screen. --- fragments/boot/efi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/fragments/boot/efi b/fragments/boot/efi index c3dd195..633dae3 100644 --- a/fragments/boot/efi +++ b/fragments/boot/efi @@ -3,3 +3,8 @@ CONFIG_EFI_STUB=y CONFIG_EFI_VARS=y CONFIG_RESET_ATTACK_MITIGATION=y CONFIG_EFIVAR_FS=y + +CONFIG_FB=y +CONFIG_FB_EFI=y +CONFIG_FB_SIMPLE=y +CONFIG_FRAMEBUFFER_CONSOLE=y -- cgit v1.2.3-2-gb3c3