aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 17:44:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-11-25 17:44:50 +0000
commit2cf5d490b9a7d04262fd7619288d5b0eec7f14db (patch)
treee24122d9455f8d173bd816b52b4bd9f6963c1a4c /chapter08
parent977893c9edc8c6af5466ea4ce63fd7bb145b609c (diff)
Remove the mention of the obsolete Linux-Libc-Headers package. Fixes #1917.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7862 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r--chapter08/kernel.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 7d410cabe..389871b05 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -141,8 +141,9 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen>
<para>Also, the headers in the system's
<filename class="directory">include</filename> directory should
<emphasis>always</emphasis> be the ones against which Glibc was compiled,
- that is, the ones from the Linux-Libc-Headers package, and therefore, should
- <emphasis>never</emphasis> be replaced by the kernel headers.</para>
+ that is, the sanitised headers from the Linux kernel tarball, and
+ therefore, should <emphasis>never</emphasis> be replaced by the raw kernel
+ headers.</para>
</warning>
</sect2>