diff options
Diffstat (limited to 'chapter10/kernel.xml')
-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> |