aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorKrejzi <krejzi@linuxfromscratch.org>2014-02-26 14:50:40 +0000
committerKrejzi <krejzi@linuxfromscratch.org>2014-02-26 14:50:40 +0000
commit2925b3cb9d7e78dc7e4bcd8873727a1cf9bcba6f (patch)
tree3bb5d7599d591312afc08208a85f347182c94da1 /chapter08
parent9c85c933458ebc848a4fa3bfd93e1c90bcb7f432 (diff)
Merge some minor stuff from LFS, remove unnecesary command from dbus command explanations and misc fixes.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10492 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 239c3dcbc..5d19e805a 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -74,6 +74,7 @@
work correctly or boot at all:</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
@@ -204,12 +205,14 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
</warning>
<warning>
- <para>The headers in the system's
- <filename class="directory">include</filename> directory should
+ <para>The headers in the system's <filename
+ class="directory">include</filename> directory (<filename
+ class="directory">/usr/include</filename>) should
<emphasis>always</emphasis> be the ones against which Glibc was compiled,
- that is, the sanitised headers from this Linux kernel tarball.
- Therefore, they should <emphasis>never</emphasis> be replaced by either
- the raw kernel headers or any other kernel sanitized headers.</para>
+ that is, the sanitised headers installed in <xref
+ linkend="ch-system-linux-headers"/>. Therefore, they should
+ <emphasis>never</emphasis> be replaced by either the raw kernel headers
+ or any other kernel sanitized headers.</para>
</warning>
</sect2>