aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/revisedchroot.xml
diff options
context:
space:
mode:
authorTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-15 04:00:40 +0000
committerTimothy Bauscher <timothy@linuxfromscratch.org>2003-01-15 04:00:40 +0000
commitb720334a3f4b39d8d16f2c58e9e71e4752579771 (patch)
treec59b9bb858bd7646a792d2b1d8e5741db2c10ad1 /chapter06/revisedchroot.xml
parent3c09bf8ae3ea22524420630bbdc11db12a283e3c (diff)
Fix revised chroot command.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r--chapter06/revisedchroot.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index 79f11f009..ce9bdc425 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -14,7 +14,7 @@ of your host distribution's Glibc version.</para>
need to use anything from the <filename
class="directory">/static</filename> directory anymore.</para>
-<para><screen><userinput>chroot $LFS /bin/env -i \
+<para><screen><userinput>chroot $LFS /usr/bin/env -i \
&nbsp;&nbsp;&nbsp;&nbsp;HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
&nbsp;&nbsp;&nbsp;&nbsp;PATH=/bin:/usr/bin:/sbin:/usr/sbin \
&nbsp;&nbsp;&nbsp;&nbsp;/bin/bash --login</userinput></screen></para>