glfs/kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.toml
Xi Ruoyao 58c5c91272
kernel-config: Add back EFI_STUB to GRUB UEFI kernel configuration
This is a preparation for GRUB 2.12.  With GRUB 2.12 EFI stub is the
recommended way to boot x86 (32-bit or 64-bit) kernels with UEFI, and
the old way is only kept as fallback.
2023-12-21 19:32:14 +08:00

18 lines
391 B
TOML

# forced by !EXPERT
BLOCK = { value = '*', forced = true }
EFI='*'
EFI_STUB='*'
PARTITION_ADVANCED='* '
EFI_PARTITION="*"
SYSFB_SIMPLEFB="*"
DRM="*"
DRM_FBDEV_EMULATION="*"
DRM_SIMPLEDRM="*"
FRAMEBUFFER_CONSOLE = '*'
VFAT_FS="*M"
EFIVAR_FS="*M"
# forced by both ACPI and PCI on a typical x86 desktop/server system
NLS = { value = "*", forced = "*" }
NLS_CODEPAGE_437="*M"
NLS_ISO8859_1="*M"