diff options
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\$ ' \ |