mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
With DRM panic added to trunk, now we only need 3 additional entries for EFI boot, thus we can just add them and remove the reference to BLFS UEFI kernel configuration.
43 lines
733 B
TOML
43 lines
733 B
TOML
# This part should be sync with sysv.toml
|
|
WERROR=' '
|
|
PSI='*'
|
|
PSI_DEFAULT_DISABLED=' '
|
|
IKHEADERS=' '
|
|
CGROUPS='*'
|
|
MEMCG='*'
|
|
EXPERT=' '
|
|
RELOCATABLE='*'
|
|
RANDOMIZE_BASE='*'
|
|
STACKPROTECTOR='*'
|
|
STACKPROTECTOR_STRONG='*'
|
|
UEVENT_HELPER=' '
|
|
DEVTMPFS='*'
|
|
DEVTMPFS_MOUNT='*'
|
|
SYSFB_SIMPLEFB='*'
|
|
DRM='*'
|
|
DRM_PANIC='*'
|
|
DRM_PANIC_SCREEN='kmsg'
|
|
DRM_FBDEV_EMULATION='*'
|
|
DRM_SIMPLEDRM='*'
|
|
FRAMEBUFFER_CONSOLE='*'
|
|
NET='*'
|
|
INET='*'
|
|
IPV6='*'
|
|
FW_LOADER=' *'
|
|
FW_LOADER_USER_HELPER=' '
|
|
DMIID='*'
|
|
INOTIFY_USER='*'
|
|
TMPFS='*'
|
|
TMPFS_POSIX_ACL='*'
|
|
CGROUP_SCHED='* '
|
|
|
|
revision='systemd'
|
|
|
|
EFI= { value='*', forced = true } # selected by LOONGARCH
|
|
EFI_STUB='*'
|
|
EFI_ZBOOT='*'
|
|
|
|
[RT_GROUP_SCHED]
|
|
value = ' '
|
|
comment = 'This may cause some systemd features malfunction'
|