diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:28:53 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-05-04 22:28:53 +0000 |
commit | aca25d4bc9c42f3074f55ed9ac8ebb8a3f609e30 (patch) | |
tree | 4627da77d9c33bec37c62e1ae8bec74cddc2371b /chapter05 | |
parent | 3b60741f5a8fe76b0d42f254fa6423247bd0d88b (diff) |
Sync with latest trunk updates.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10264 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/stripping.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml index 5a1de46a2..2d8fe6568 100644 --- a/chapter05/stripping.xml +++ b/chapter05/stripping.xml @@ -30,9 +30,9 @@ strip --strip-unneeded /tools/{,s}bin/*</userinput></screen> <screen><userinput>rm -rf /tools/{,share}/{info,man,doc}</userinput></screen> - <para>At this point, you should have at least 850 MB of free space in - <envar>$LFS</envar> that can be used to build and install Glibc in the - next phase. If you can build and install Glibc, you can build and install + <para>At this point, you should have at least 3 GB of free space in + <envar>$LFS</envar> that can be used to build and install Glibc and Gcc in + the next phase. If you can build and install Glibc, you can build and install the rest too.</para> </sect1> |