diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 22:32:27 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-22 22:32:27 +0000 |
commit | b1575581743d136f81bb3c06aae38a6a556bef1f (patch) | |
tree | 25190baf52aa60014dbcae26f8b89b6756f94d0e /chapter08 | |
parent | cd0c92d633ca0277a961a76d67ae8c094593d123 (diff) |
Moving the final strip from the last chapter to the end of chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3258 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/kernel.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index 87d533864..5f1f69d8d 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -74,6 +74,11 @@ interest to you.</para> <screen><userinput>make CC=/opt/gcc-2.95.3/bin/gcc modules_install</userinput></screen> +<para>If you have a lot of modules and very little space, you may want to +consider stripping and compressing the modules. For most people such compression +isn't worth the trouble, but if you're really pressed for space, then have a look at +<ulink url="http://www.linux-mips.org/archives/linux-mips/2002-04/msg00031.html"/>.</para> + <para>As nothing is complete without documentation, build the manual pages that come with the kernel:</para> |