diff options
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter05/chapter05.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 5c371aae4..1a73d99cf 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -82,6 +82,9 @@ </itemizedlist> </para></listitem> +<listitem><para>September 8th, 2003 [matt]: Chapter 5 - Fixed the rm command +that deletes unneeded documentation from /tools/share.</para></listitem> + <listitem><para>September 6th, 2003 [matt]: Chapter 6 - Removed a reference to "the static" directory in the intro.</para></listitem> diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index bcb86198d..722ea9e25 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -59,7 +59,7 @@ destroyed and you would have to build Glibc all over again.</para> <para>To save another couple of megabytes, you can throw away the documentation and some of the bigger unneeded programs:</para> -<para><screen><userinput>rm -r /tools/share/{doc,info,man} +<para><screen><userinput>rm -rf /tools/{,share/}{doc,info,man} rm /tools/bin/{addr2line,gprof,nm,size,strings,strip}</userinput></screen></para> <para>You will now need to have at least 700 MB of free space on your LFS |