diff options
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 11 |
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 \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ |