Browse Source

added sentence about stripping /static before beginning if low on disk space

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 23 năm trước cách đây
mục cha
commit
ca6391e659
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      chapter06/aboutdebug.xml

+ 2 - 1
chapter06/aboutdebug.xml

@@ -43,7 +43,8 @@ removing those symbols a lot of disk space can be regained.</para>
 
 <para>For your convenience, chapter 9 includes one simple command to strip
 all debugging symbols from all programs and libraries on your
-system.</para>
+system. If you are short on diskspace you can start with stripping
+all the files under <filename class="directory">$LFS/static</filename></para>
 
 <para>You might find additional information in the optimization hint which can 
 be found at <ulink url="&hints-root;optimization.txt"/>.</para>