diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-06-05 17:44:47 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-06-05 17:44:47 +0000 |
commit | 6c75ca3b7f99505fd05b8412593ffc066e806506 (patch) | |
tree | 002c554a70b57f59be3da1ac5c2e7bd2a9401b5e /chapter08 | |
parent | b32445785409bb89572eb111cd32d9b6c362fedc (diff) |
Made the para about not upgrading the kernel headers a separate warning.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8147 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index cd6670db9..03ca3bd1b 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -137,13 +137,15 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> <emphasis>must not</emphasis> be created on an LFS system as it can cause problems for packages you may wish to build once your base LFS system is complete.</para> + </warning> - <para>Also, the headers in the system's + <warning> + <para>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 sanitised headers from the Linux kernel tarball, and - therefore, should <emphasis>never</emphasis> be replaced by the raw kernel - headers.</para> + that is, the sanitised headers from the Linux kernel tarball. + Therefore, should <emphasis>never</emphasis> be replaced by the raw kernel + headers or if upgrading the kernel.</para> </warning> </sect2> |