source: kernel-config/postlfs/filesystems/uefi-bootloaders/grub-setup.toml

trunk
Last change on this file was 58c5c91, checked in by Xi Ruoyao <xry111@…>, 7 months ago

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.

  • Property mode set to 100644
File size: 391 bytes
Line 
1# forced by !EXPERT
2BLOCK = { value = '*', forced = true }
3EFI='*'
4EFI_STUB='*'
5PARTITION_ADVANCED='* '
6EFI_PARTITION="*"
7SYSFB_SIMPLEFB="*"
8DRM="*"
9DRM_FBDEV_EMULATION="*"
10DRM_SIMPLEDRM="*"
11FRAMEBUFFER_CONSOLE = '*'
12VFAT_FS="*M"
13EFIVAR_FS="*M"
14# forced by both ACPI and PCI on a typical x86 desktop/server system
15NLS = { value = "*", forced = "*" }
16NLS_CODEPAGE_437="*M"
17NLS_ISO8859_1="*M"
Note: See TracBrowser for help on using the repository browser.