diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 5 |
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> |