diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-04-03 21:52:09 +0000 |
commit | cba2d4e6aa081fdf62e527d28eba137eb885f0cc (patch) | |
tree | eee1c3ef6d42101635b135289262eb1386cf87a0 /chapter08 | |
parent | 008436e04cb47fbba28ab083cf4ef9339699b5fd (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.xml | 25 |
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 ---> + <para>Be sure to enable or disable following features:</para> + + <screen role="nodump">General setup ---> + [*] open by fhandle syscalls + [*] Control Group support +Processor type and features ---> + [*] Enable seccomp to safely compute untrusted bytecode +Networking support ---> + Networking options ---> + <*> The IPv6 protocol +Device Drivers ---> Generic Driver Options ---> - 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 ---> + [*] Inotify support for userspace + <*> Kernel automounter version 4 support (also supports v3) + Pseudo filesystems ---> + [*] Tmpfs POSIX Access Control Lists + [*] Tmpfs extended attributes</screen></note> <screen role="nodump"><userinput>make LANG=<replaceable><host_LANG_value></replaceable> LC_ALL= menuconfig</userinput></screen> |