|
@@ -32,15 +32,15 @@
|
|
|
|
|
|
<para>Then reenter it with:</para>
|
|
<para>Then reenter it with:</para>
|
|
|
|
|
|
-<screen role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
|
|
|
|
|
|
+<screen role="nodump"><userinput>chroot $LFS /tools/bin/env -i \
|
|
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
|
HOME=/root TERM=$TERM PS1='\u:\w\$ ' \
|
|
- PATH=/bin:/usr/bin:/sbin:/usr/sbin \
|
|
|
|
|
|
+ PATH=/bin:/usr/bin:/sbin:/usr/sbin \
|
|
/tools/bin/bash --login</userinput></screen>
|
|
/tools/bin/bash --login</userinput></screen>
|
|
|
|
|
|
<para>Now the binaries and libraries can be safely stripped:</para>
|
|
<para>Now the binaries and libraries can be safely stripped:</para>
|
|
|
|
|
|
<screen><userinput>/tools/bin/find /{,usr/}{bin,lib,sbin} -type f \
|
|
<screen><userinput>/tools/bin/find /{,usr/}{bin,lib,sbin} -type f \
|
|
- -exec /tools/bin/strip --strip-debug '{}' ';'</userinput></screen>
|
|
|
|
|
|
+ -exec /tools/bin/strip --strip-debug '{}' ';'</userinput></screen>
|
|
|
|
|
|
<para>A large number of files will be reported as having their file
|
|
<para>A large number of files will be reported as having their file
|
|
format not recognized. These warnings can be safely ignored. These
|
|
format not recognized. These warnings can be safely ignored. These
|