浏览代码

Fix revised chroot command.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 年之前
父节点
当前提交
b720334a3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      chapter06/revisedchroot.xml

+ 1 - 1
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>