diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-18 00:03:30 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2011-10-18 00:03:30 +0000 |
commit | 776f1dc3a469a6b2cbd429efad4e40c5eb4466d4 (patch) | |
tree | d68d3d1bd3c21b7ea935a4c8b1f28af7433f7adc /chapter05 | |
parent | a09cad523a370d42c3686bbf6f19f524f17f7b2e (diff) |
Add statusproc back to bootscripts.
Remove doc/ files when stripping in Chapter 5.
Add --noclear to agetty for tty1 in inittab.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9636 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/stripping.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/stripping.xml b/chapter05/stripping.xml index 916ad6596..5a1de46a2 100644 --- a/chapter05/stripping.xml +++ b/chapter05/stripping.xml @@ -26,9 +26,9 @@ strip --strip-unneeded /tools/{,s}bin/*</userinput></screen> ones would be destroyed and the toolchain packages would need to be built all over again.</para> - <para>To save nearly 25 MB more, remove the documentation:</para> + <para>To save more, remove the documentation:</para> -<screen><userinput>rm -rf /tools/{,share}/{info,man}</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 |