diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:35:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-29 23:35:00 +0000 |
commit | ca6391e6590484cfb50a436acd844cd199b9e5d5 (patch) | |
tree | 080e0ccef4e629e1d408ec7151067df708271ba7 /chapter06/aboutdebug.xml | |
parent | 81d786ba58ab5ca80b46a66a892cce206cd70b28 (diff) |
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
Diffstat (limited to 'chapter06/aboutdebug.xml')
-rw-r--r-- | chapter06/aboutdebug.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter06/aboutdebug.xml b/chapter06/aboutdebug.xml index dbc03bea4..2d9d904fc 100644 --- a/chapter06/aboutdebug.xml +++ b/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> |