浏览代码

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
Manuel Canales Esparcia 18 年之前
父节点
当前提交
6c75ca3b7f
共有 2 个文件被更改,包括 13 次插入6 次删除
  1. 7 2
      chapter01/changelog.xml
  2. 6 4
      chapter08/kernel.xml

+ 7 - 2
chapter01/changelog.xml

@@ -39,13 +39,18 @@
     <listitem>
     <listitem>
       <para>2007-06-05</para>
       <para>2007-06-05</para>
       <itemizedlist>
       <itemizedlist>
-	<listitem>
+        <listitem>
+          <para>[manuel] - Made more prominent that the headers in the system's
+          include directory must be ones against which Glibc was compiled.
+          Fixes  <ulink url="&lfs-ticket-root;2024">#2024</ulink></para>
+        </listitem>
+        <listitem>
           <para>[alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and
           <para>[alexander] - Upgrade to Linux-2.6.21.3, Man-Pages-2.51 and
           TCL-8.4.15.
           TCL-8.4.15.
           Fixes <ulink url="&lfs-ticket-root;2020">#2020</ulink>,
           Fixes <ulink url="&lfs-ticket-root;2020">#2020</ulink>,
           <ulink url="&lfs-ticket-root;2021">#2021</ulink> and
           <ulink url="&lfs-ticket-root;2021">#2021</ulink> and
           <ulink url="&lfs-ticket-root;2022">#2022</ulink>.</para>
           <ulink url="&lfs-ticket-root;2022">#2022</ulink>.</para>
-	</listitem>
+        </listitem>
       </itemizedlist>
       </itemizedlist>
     </listitem>
     </listitem>
 
 

+ 6 - 4
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
       <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
       problems for packages you may wish to build once your base LFS system is
       complete.</para>
       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
       <filename class="directory">include</filename> directory should
       <emphasis>always</emphasis> be the ones against which Glibc was compiled,
       <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>
     </warning>
 
 
   </sect2>
   </sect2>