mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 13:07:50 +00:00
2349341e3e
Since the previous commit, we've ensured the kernel displaying via DRM even in the early stage. Now enable DRM_PANIC so the kernel will correctly show the last lines of the kernel messages in case a panic happens. Tested with an incorrect root= line in 3 configurations: - A QEMU VM booted via BIOS - A real machine booted via BIOS - A real machine booted via UEFI And in all configurations the panic message is correctly dumped. In 1024x768 we can get 48 lines (twice of 24 lines in VGA console).
39 lines
647 B
TOML
39 lines
647 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'
|
|
|
|
[RT_GROUP_SCHED]
|
|
value = ' '
|
|
comment = 'This may cause some systemd features malfunction'
|