Changeset 7873

Show
Ignore:
Timestamp:
11/25/06 12:47:06 (2 years ago)
Author:
jhuntwork
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/BOOK/chapter01/changelog.xml

    r7872 r7873  
    4040      <para>2006-11-25</para> 
    4141      <itemizedlist> 
     42        <listitem> 
     43          <para>[jhuntwork] - Add a cautionary note to the end of chapter 5. 
     44          Archiving of the temporary tools for future use should take place 
     45          before starting chapter 6. 
     46          Fixes <ulink url="&lfs-ticket-root;1879">#1879</ulink></para> 
     47        </listitem> 
    4248        <listitem> 
    4349          <para>[matthew] - Move <command>mv</command> from 
  • trunk/BOOK/chapter05/changingowner.xml

    r7565 r7873  
    4444  personal preference and is left as an exercise for the reader.</para> 
    4545 
     46  <caution> 
     47    <para>If you intend to keep the temporary tools for use in building future LFS 
     48    systems, <emphasis>now</emphasis> is the time to back them up. Subsequent 
     49    commands in chapter 6 will alter the tools currently in place, rendering them 
     50    useless for future builds.</para> 
     51  </caution> 
     52 
    4653</sect1>