فهرست منبع

Add a cautionary note to the end of chapter 5.
Archiving of the temporary tools for future use should take place
before starting chapter 6. Fixes #1879.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7873 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Jeremy Huntwork 18 سال پیش
والد
کامیت
948bdb9f27
2فایلهای تغییر یافته به همراه13 افزوده شده و 0 حذف شده
  1. 6 0
      chapter01/changelog.xml
  2. 7 0
      chapter05/changingowner.xml

+ 6 - 0
chapter01/changelog.xml

@@ -39,6 +39,12 @@
     <listitem>
       <para>2006-11-25</para>
       <itemizedlist>
+        <listitem>
+          <para>[jhuntwork] - Add a cautionary note to the end of chapter 5.
+	  Archiving of the temporary tools for future use should take place
+	  before starting chapter 6.
+          Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para>
+        </listitem>
         <listitem>
           <para>[matthew] - Move <command>mv</command> from
             <filename class="directory">/usr/bin</filename> to

+ 7 - 0
chapter05/changingowner.xml

@@ -43,4 +43,11 @@
   to backup <filename class="directory">$LFS/tools</filename> is a matter of
   personal preference and is left as an exercise for the reader.</para>
 
+  <caution>
+    <para>If you intend to keep the temporary tools for use in building future LFS
+    systems, <emphasis>now</emphasis> is the time to back them up. Subsequent
+    commands in chapter 6 will alter the tools currently in place, rendering them
+    useless for future builds.</para>
+  </caution>
+
 </sect1>