aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10/kernel/systemd.toml
Commit message (Collapse)AuthorAgeFilesLines
* kernel-config: Drop FBXi Ruoyao2023-12-051-3/+9
| | | | | | | | | 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!!
* kernel: systemd: FW_LOADER_USER_HELPER should be n, not yXi Ruoyao2023-08-021-1/+1
|
* kernel: Use new kernel configuration rendering methodXi Ruoyao2023-08-011-0/+30
Import kernel-config infrastructure from BLFS and use it for kernel configuration. Note that kernel-config.py is slightly different from BLFS: we need role="nodump" for <screen> here.