aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
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>