Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel-config: Drop FB | Xi Ruoyao | 2023-12-05 | 1 | -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 y | Xi Ruoyao | 2023-08-02 | 1 | -1/+1 |
| | |||||
* | kernel: Use new kernel configuration rendering method | Xi Ruoyao | 2023-08-01 | 1 | -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. |