diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-06-03 11:27:19 +0000 |
commit | a2cd10ffbacbbb5f9f39e1340d071cea1f8303ee (patch) | |
tree | df3a0713ae4a913a41f3607a205cd9e53e6497b7 /chapter09 | |
parent | f50aec70464ff15d6aacdae2af48a86f9c12221b (diff) |
applied Alex's commas.patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter09')
-rw-r--r-- | chapter09/theend.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter09/theend.xml b/chapter09/theend.xml index 66dabaf26..1ebef59a5 100644 --- a/chapter09/theend.xml +++ b/chapter09/theend.xml @@ -3,7 +3,7 @@ <?dbhtml filename="theend.html" dir="chapter09"?> <para>Well done! You have finished installing your LFS system. It may have -been a long process but it was well worth it. We wish you a lot of fun +been a long process, but we hope it was worth it. We wish you a lot of fun with your new shiny custom built Linux system.</para> <para>Now would be a good time to strip all debug symbols from @@ -17,17 +17,17 @@ anymore, which is not an issue if you don't know how to debug.</para> experience any problems. But do make a backup of your LFS system before you run this command. There's a slight chance it may backfire on you and render your system unusable (mostly by destroying your kernel modules -and dynamic & shared libraries). This is more often caused by typo's +and dynamic & shared libraries). This is caused more often by typos than by a problem with the command used.</para> <para>Having said that, the --strip-debug option we use to strip is quite harmless under normal circumstances. It doesn't strip anything vital from the files. It also is quite safe to use --strip-all on regular programs -(don't use that on libraries - they will be destroyed) but it's not as -safe and the space you gain is not all that much. But if you're tight on -disk space every little bit helps, so decide yourself. Please refer to +(don't use that on libraries - they will be destroyed), but it's not as +safe, and the space you gain is not all that much. But if you're tight on +disk space every little bit helps, so decide for yourself. Please refer to the strip man page for other strip options you can use. The general idea -is to not run strip on libraries (other than --strip-debug) just to be +is to not run strip on libraries (other than --strip-debug), just to be on the safe side.</para> <para><screen><userinput>find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ |