From a2cd10ffbacbbb5f9f39e1340d071cea1f8303ee Mon Sep 17 00:00:00 2001 From: Gerard Beekmans Date: Mon, 3 Jun 2002 11:27:19 +0000 Subject: applied Alex's commas.patch git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1960 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter09/theend.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'chapter09') 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 @@ 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. 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. 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. 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. find $LFS/{,usr/,usr/local/}{bin,sbin,lib} -type f \ -- cgit v1.2.3-54-g00ecf