From 2cf5d490b9a7d04262fd7619288d5b0eec7f14db Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Sat, 25 Nov 2006 17:44:50 +0000 Subject: 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 --- chapter08/kernel.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter08') 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; Also, the headers in the system's include directory should always be the ones against which Glibc was compiled, - that is, the ones from the Linux-Libc-Headers package, and therefore, should - never be replaced by the kernel headers. + that is, the sanitised headers from the Linux kernel tarball, and + therefore, should never be replaced by the raw kernel + headers. -- cgit v1.2.3-54-g00ecf