From 6d19228191743967e3f30ebaf833b5d0857d018b Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Thu, 30 Dec 2021 11:39:08 -0600 Subject: Package Updates: Update to systemd-250 (BLFS coming shortly) Update to meson-0.60.3 Kernel Configuration: Enable the framebuffer since it's disabled by default in Linux-5.15. Kernel Configuration: Add a note about CONFIG_DEFAULT_HOSTNAME on systemd. --- chapter10/kernel.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'chapter10') diff --git a/chapter10/kernel.xml b/chapter10/kernel.xml index fa518e721..a169aa63c 100644 --- a/chapter10/kernel.xml +++ b/chapter10/kernel.xml @@ -108,6 +108,9 @@ General setup --> < > Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS] Device Drivers ---> + Graphics support ---> + Frame buffer Devices ---> + [*] Support for frame buffer devices ---- Generic Driver Options ---> [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] @@ -127,6 +130,9 @@ Networking support ---> Networking options ---> <*> The IPv6 protocol [CONFIG_IPV6] Device Drivers ---> + Graphics support ---> + Frame buffer Devices ---> + [*] Support for frame buffer devices ---- Generic Driver Options ---> [ ] Support for uevent helper [CONFIG_UEVENT_HELPER] [*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS] @@ -204,6 +210,11 @@ File systems ---> configuration menus and create the kernel configuration from scratch. + + Ensure that CONFIG_DEFAULT_HOSTNAME is set to 'none' or a hostname. + If it is left blank, your system will not start. + + Compile the kernel image and modules: make -- cgit v1.2.3-54-g00ecf