mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Fixed command to remove unneeded documentation from /tools/share
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
5044934c10
commit
ceb18c4be8
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user