aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-03 21:52:09 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-04-03 21:52:09 +0000
commitcba2d4e6aa081fdf62e527d28eba137eb885f0cc (patch)
treeeee1c3ef6d42101635b135289262eb1386cf87a0 /chapter08
parent008436e04cb47fbba28ab083cf4ef9339699b5fd (diff)
Added systemd and dbus to the book.
Set up systemd and System V side-by-side with the ability to reboot to either system. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10520 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml25
1 files changed, 20 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 71a26b1d8..7d9747aec 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -70,12 +70,27 @@
configuration to a good state that takes your current system architecture
into account.</para>
- <para>Due to recent changes in <application>udev</application>, be sure to
- select:</para>
-
- <screen role="nodump">Device Drivers ---&gt;
+ <para>Be sure to enable or disable following features:</para>
+
+ <screen role="nodump">General setup ---&gt;
+ [*] open by fhandle syscalls
+ [*] Control Group support
+Processor type and features ---&gt;
+ [*] Enable seccomp to safely compute untrusted bytecode
+Networking support ---&gt;
+ Networking options ---&gt;
+ &lt;*&gt; The IPv6 protocol
+Device Drivers ---&gt;
Generic Driver Options ---&gt;
- Maintain a devtmpfs filesystem to mount at /dev</screen></note>
+ () path to uevent helper
+ [*] Maintain a devtmpfs filesystem to mount at /dev
+ [ ] Fallback user-helper invocation for firmware loading
+File systems ---&gt;
+ [*] Inotify support for userspace
+ &lt;*&gt; Kernel automounter version 4 support (also supports v3)
+ Pseudo filesystems ---&gt;
+ [*] Tmpfs POSIX Access Control Lists
+ [*] Tmpfs extended attributes</screen></note>
<screen role="nodump"><userinput>make LANG=<replaceable>&lt;host_LANG_value&gt;</replaceable> LC_ALL= menuconfig</userinput></screen>