diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-12-30 11:39:08 -0600 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2021-12-30 11:39:08 -0600 |
commit | 6d19228191743967e3f30ebaf833b5d0857d018b (patch) | |
tree | b55be619b2bba567121c622b129a2a4f7dd075d0 /chapter10 | |
parent | 6ecd06927ba617a521dafc6c4feb1b60c6941769 (diff) |
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.
Diffstat (limited to 'chapter10')
-rw-r--r-- | chapter10/kernel.xml | 11 |
1 files changed, 11 insertions, 0 deletions
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 @@ <screen role="nodump" revision="sysv">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]</screen> @@ -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.</para> + <note revision="systemd"> + <para revision="systemd">Ensure that CONFIG_DEFAULT_HOSTNAME is set to 'none' or a hostname. + If it is left blank, your system will not start.</para> + </note> + <para>Compile the kernel image and modules:</para> <screen><userinput remap="make">make</userinput></screen> |