소스 검색

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>