diff options
Diffstat (limited to 'chapter06')
-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> |