|
@@ -6,13 +6,13 @@
|
|
it, you need to run the following modified chroot command. The one at the
|
|
it, you need to run the following modified chroot command. The one at the
|
|
beginning of this chapter might not work anymore (if your host distribution
|
|
beginning of this chapter might not work anymore (if your host distribution
|
|
was based on glibc-2.2.x or older, the programs in <filename
|
|
was based on glibc-2.2.x or older, the programs in <filename
|
|
-class="directory">/static/bin</filename>, such as <filename>bash</filename>,
|
|
|
|
|
|
+class="directory">/stage1/bin</filename>, such as <filename>bash</filename>,
|
|
will not work anymore). The following chroot command will work regardless
|
|
will not work anymore). The following chroot command will work regardless
|
|
of your host distribution's Glibc version.</para>
|
|
of your host distribution's Glibc version.</para>
|
|
|
|
|
|
<para>Additionally, now that all software has been installed there is no
|
|
<para>Additionally, now that all software has been installed there is no
|
|
need to use anything from the <filename
|
|
need to use anything from the <filename
|
|
-class="directory">/static</filename> directory anymore.</para>
|
|
|
|
|
|
+class="directory">/stage1</filename> directory anymore.</para>
|
|
|
|
|
|
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
|
|
<para><screen><userinput>chroot $LFS /usr/bin/env -i \
|
|
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
|
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|