Changed the chroot command to the new format.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Simon Perreault 2001-04-16 16:30:09 +00:00
parent 8ef599c59a
commit 8e4c95488b

View File

@ -45,7 +45,8 @@ after having rebooted into the LFS system rather than chrooting into it.
</para>
<blockquote><literallayout>
<userinput>chroot $LFS env -i HOME=/root bash --login</userinput>
<userinput>chroot $LFS /usr/bin/env -i HOME=/root \</userinput>
<userinput>&nbsp;&nbsp;&nbsp;TERM=$TERM /bin/bash --login</userinput>
</literallayout></blockquote>
</sect2>