mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-16 01:00:28 +08:00
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.
18 lines
391 B
TOML
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"
|