diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 04:00:40 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-15 04:00:40 +0000 |
commit | b720334a3f4b39d8d16f2c58e9e71e4752579771 (patch) | |
tree | c59b9bb858bd7646a792d2b1d8e5741db2c10ad1 /chapter06/revisedchroot.xml | |
parent | 3c09bf8ae3ea22524420630bbdc11db12a283e3c (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.xml | 2 |
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 \ HOME=/root TERM=$TERM PS1='\u:\w\$ ' \ PATH=/bin:/usr/bin:/sbin:/usr/sbin \ /bin/bash --login</userinput></screen></para> |