diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-19 22:35:14 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-19 22:35:14 +0000 |
commit | 9da62ab0cd9dcd7f4cdec8348432c9ad13a126aa (patch) | |
tree | dcb5f6facc408a3e4e716eefd37ce859aee1153c /chapter05 | |
parent | e1c7e32ae38c9e45821d8df8fac70cecf812db38 (diff) |
Small textual frobbings, and removing an unneeded {,share/}.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/chapter05.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter05/chapter05.xml b/chapter05/chapter05.xml index aa00353a2..a700a9cc9 100644 --- a/chapter05/chapter05.xml +++ b/chapter05/chapter05.xml @@ -590,10 +590,9 @@ of binaries.</para> would be destroyed and you would have to build the three toolchain packages all over again.</para> -<para>To save another couple of megabytes, you can throw away all the -documentation:</para> +<para>To save another 30 MB, you can remove all the documentation:</para> -<screen><userinput>rm -rf /tools/{,share/}{doc,info,man}</userinput></screen> +<screen><userinput>rm -rf /tools/{doc,info,man}</userinput></screen> <para>You will now need to have at least 850 MB of free space on your LFS file system to be able to build and install Glibc in the next phase. If you can |