diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-01-12 23:23:50 +0000 |
commit | 58882995289b0b69420b13297bf87c4b4d398192 (patch) | |
tree | ff191d33957a2df74a39f4d20c26fbf421e2ca3d /chapter06/chapter06.xml | |
parent | 12c8f83b75be00e9e884761ea688d5f8aa5b30d1 (diff) |
Moving stuff from appendix A to chapter 6.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3161 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/chapter06.xml')
-rw-r--r-- | chapter06/chapter06.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/chapter06.xml b/chapter06/chapter06.xml index 300f41ab6..0ea46cf1b 100644 --- a/chapter06/chapter06.xml +++ b/chapter06/chapter06.xml @@ -20,6 +20,12 @@ Although we agree with that, we nevertheless choose to give the full instructions for each and every package, simply to minimize the possibilities for mistakes.</para> +<para>The key to learning what makes a Linux system work is to know +what each package is used for and why the user (or the system) needs it. +For this purpose for every installed package a summary of its content is +given followed by concise descriptions of each program and library it +installed.</para> + <para>If you plan to use compiler optimizations in this chapter, take a look at the optimization hint at <ulink url="&hints-root;optimization.txt"/>. Compiler optimizations can make a program run slightly faster, but they may also cause |