Explorar el Código

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 hace 23 años
padre
commit
ca6391e659
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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>