diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-29 02:50:39 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-29 02:50:39 +0000 |
commit | 8f2456d09a5956ed203581ba80163d1f7eff2c5f (patch) | |
tree | 1236574e579959d595fef76a260a8473a53794f6 /chapter06 | |
parent | b496d796e8d284a9facafee51a902dc6b80f32cd (diff) |
Remove confusing paragraph on stripping
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9648 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/strippingagain.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chapter06/strippingagain.xml b/chapter06/strippingagain.xml index 94285f1de..14f87829d 100644 --- a/chapter06/strippingagain.xml +++ b/chapter06/strippingagain.xml @@ -46,11 +46,4 @@ format not recognized. These warnings can be safely ignored. These warnings indicate that those files are scripts instead of binaries.</para> - - <para>If disk space is very tight, the - <parameter>--strip-all</parameter> option can be used on the binaries - in <filename class="directory">/{,usr/}{bin,sbin}</filename> to gain - several more megabytes. Do not use this option on libraries—they will - be destroyed.</para> - </sect1> |