From 3dc9543a1ecaf9e380274b64d85bca7e3d90784a Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Tue, 18 Feb 2014 07:16:55 +0000 Subject: Change kmod instructions to allow installation of man pages. Numerous whitespace fixes. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10480 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/strippingagain.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'chapter06/strippingagain.xml') diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index 14f87829d..5492e679c 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -32,15 +32,15 @@ Then reenter it with: -chroot $LFS /tools/bin/env -i \ +chroot $LFS /tools/bin/env -i \ 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 Now the binaries and libraries can be safely stripped: /tools/bin/find /{,usr/}{bin,lib,sbin} -type f \ - -exec /tools/bin/strip --strip-debug '{}' ';' + -exec /tools/bin/strip --strip-debug '{}' ';' A large number of files will be reported as having their file format not recognized. These warnings can be safely ignored. These -- cgit v1.2.3-54-g00ecf