diff options
-rw-r--r-- | chapter01/changelog.xml | 6 | ||||
-rw-r--r-- | chapter05/changingowner.xml | 7 |
2 files changed, 13 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 6c1a61a4a..cf26bdb57 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -40,6 +40,12 @@ <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 <filename class="directory">/bin</filename> again. The upgrade to diff --git a/chapter05/changingowner.xml b/chapter05/changingowner.xml index c3d6306cc..49604c354 100644 --- a/chapter05/changingowner.xml +++ b/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> |