aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/revisedchroot.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-10-07 06:00:35 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-10-07 06:00:35 +0000
commitf861982929d526b7628fc1a6f19386c665f28e31 (patch)
tree259c0150e454b1d186c75fb56f00fb9c3efe10a6 /chapter06/revisedchroot.xml
parentf57e3d1ad9e6bfe96ebf823be19da0e07d81d52b (diff)
Miscellaneous fixes and cleanups.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2932 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r--chapter06/revisedchroot.xml11
1 files changed, 6 insertions, 5 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index 9acb3c947..a02bdce02 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -5,11 +5,12 @@
<para>From now on when you exit the chroot environment and wish to re-enter
it, you should run the following modified chroot command.</para>
-<para>Additionally, now that all software has been installed there is no
-need to use anything from the <filename
-class="directory">/tools</filename> directory anymore, so it may be deleted.
-However, since the Tcl, Expect, and DejaGnu packages only exist here, you
-may want to reinstall them after removing that directory.</para>
+<para>Additionally, now that all software has been installed, there is no longer
+a need for the <filename class="directory">/tools</filename> directory. You may
+delete it. This will also remove the temporary copies of Tcl, Expect and
+DejaGnu, which were used for running tests on the software as it was built. If
+you want to use these programs later, you will need to compile and install them
+on your new LFS system.</para>
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \