diff options
author | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
---|---|---|
committer | Jeremy Utley <jeremy@linuxfromscratch.org> | 2003-09-11 20:27:27 +0000 |
commit | c94dd38cc7fe0ec74ad95516eb6a8c3efe9d0fc6 (patch) | |
tree | 7d33cea74e868708fb9f352567d349e01cc65ac6 /chapter06/revisedchroot.xml | |
parent | 73f7c1acf9ed425883e6471ae49adff6e403aa58 (diff) |
Minor textual and command changes from lfs-dev
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2773 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r-- | chapter06/revisedchroot.xml | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml index cf215a677..ee40f4b8d 100644 --- a/chapter06/revisedchroot.xml +++ b/chapter06/revisedchroot.xml @@ -3,16 +3,13 @@ <?dbhtml filename="revisedchroot.html" dir="chapter06"?> <para>From now on when you exit the chroot environment and wish to re-enter -it, you need to run the following modified chroot command. The one at the -beginning of this chapter might not work anymore (if your host distribution -was based on Glibc-2.2.x or older, the programs in <filename -class="directory">/tools/bin</filename>, such as <filename>bash</filename>, -will not work anymore). The following chroot command will work regardless -of your host distribution's Glibc version.</para> +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.</para> +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 the /tools directory.</para> <para><screen><userinput>chroot $LFS /usr/bin/env -i \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ |