diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-11-25 19:47:06 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2006-11-25 19:47:06 +0000 |
commit | 948bdb9f27a3d232ff0fcf345b12a9289c1a1f49 (patch) | |
tree | 68ddb7c038b984051867193330fb7ec693b33e3f | |
parent | ace27ffbf880b8e3ab6df1b08475c8c5e25a7a38 (diff) |
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
-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> |