Commit Graph

5 Commits

Author SHA1 Message Date
Poltern
fe038d2c79 Regenerate kernel configuration with Linux 6.10.5 source
Now all DRM drivers are entries in the DRM submenu.
2024-08-18 21:47:06 +05:00
Poltern
318c18796d [systemd] Disable RT_GROUP_SCHED
Link: https://github.com/systemd/systemd/issues/13781#issuecomment-549164383
2024-06-21 12:40:46 +05:00
Poltern
eadad6d24e kernel: No longer disable CONFIG_AUDIT for systemd
The incompatibilty between systemd and CONFIG_AUDIT has been fixed since
Linux kernel 3.14, thus there is no reason to disable it on LFS.  And we
are referring to pam_loginuid.so from /etc/pam.d in BLFS, which is
completely useless if CONFIG_AUDIT is disabled.

Link: https://github.com/systemd/systemd/commit/db999e0f923c
2024-03-05 23:18:17 +05:00
Poltern
774a765d63 kernel-config: Drop FB
In Linux 6.6 DRM_FBDEV_EMULATION no longer depends on FB, so we no
longer need to select FB (tested in a QEMU VM).

But if DRM is selected, we must select both DRM_FBDEV_EMULATION and
FRAMEBUFFER_CONSOLE or we'll see only blank screen.  And now
FRAMEBUFFER_CONSOLE is not selected by default, be warned!!
2023-12-06 01:21:28 +07:00
Poltern
3a618ef1e1 Translated chapter 10, use new kernel configuration rendering method 2023-08-14 17:11:05 +05:00