aboutsummaryrefslogtreecommitdiffstats
path: root/chapter10
diff options
context:
space:
mode:
authorDouglas R. Reno <renodr@linuxfromscratch.org>2021-12-30 11:39:08 -0600
committerDouglas R. Reno <renodr@linuxfromscratch.org>2021-12-30 11:39:08 -0600
commit6d19228191743967e3f30ebaf833b5d0857d018b (patch)
treeb55be619b2bba567121c622b129a2a4f7dd075d0 /chapter10
parent6ecd06927ba617a521dafc6c4feb1b60c6941769 (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.xml11
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 -->
&lt; &gt; Enable kernel headers through /sys/kernel/kheaders.tar.xz [CONFIG_IKHEADERS]
Device Drivers ---&gt;
+ Graphics support ---&gt;
+ Frame buffer Devices ---&gt;
+ [*] Support for frame buffer devices ----
Generic Driver Options ---&gt;
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]</screen>
@@ -127,6 +130,9 @@ Networking support ---&gt;
Networking options ---&gt;
&lt;*&gt; The IPv6 protocol [CONFIG_IPV6]
Device Drivers ---&gt;
+ Graphics support ---&gt;
+ Frame buffer Devices ---&gt;
+ [*] Support for frame buffer devices ----
Generic Driver Options ---&gt;
[ ] Support for uevent helper [CONFIG_UEVENT_HELPER]
[*] Maintain a devtmpfs filesystem to mount at /dev [CONFIG_DEVTMPFS]
@@ -204,6 +210,11 @@ File systems ---&gt;
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>