diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 23:43:04 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2002-05-30 23:43:04 +0000 |
commit | 5756284c7ee95ed92acd0d5555f3260e6e6d29ea (patch) | |
tree | 94504082ea4bbb9a5b09d1697ca56c843faaf302 /chapter06/introduction.xml | |
parent | f64f4b557a66c49861e9f7b78f674da0a1226508 (diff) |
applied alex's ch5-intro-rewrite and chapter6-intro.patch patches
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1950 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/introduction.xml')
-rw-r--r-- | chapter06/introduction.xml | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/chapter06/introduction.xml b/chapter06/introduction.xml index cfcf6fa67..fec62f4b3 100644 --- a/chapter06/introduction.xml +++ b/chapter06/introduction.xml @@ -1,6 +1,11 @@ <sect1 id="ch06-introduction"> <title>Introduction</title> <?dbhtml filename="introduction.html" dir="chapter06"?> + +<para>In this chapter we enter the building site, and start +constructing our LFS system in earnest. That is, we chroot into +our temporary mini Linux system, create some auxiliary things, +and then start installing all the packages, one by one.</para> <para>The installation of all the software is pretty straightforward, and you will probably think it would be so much easier and shorter to give @@ -10,10 +15,10 @@ method. Although we agree with that, we choose to give the full instructions for each and every package, simply to avoid any possible confusion and errors.</para> -<para>Now would be a good time to take a look at the optimization hint -at <ulink url="&hints-root;optimization.txt"/> if you plan to use -compiler optimization for the packages -installed in this chapter. Compiler optimization can make a program run +<para>If you plan to use compiler optimization for the packages +installed in this chapter, take a look at the optimization hint +at <ulink url="&hints-root;optimization.txt"/>. +Compiler optimization can make a program run faster, but may also cause compilation problems. If you run into problems when using optimization, always try it without optimization to see if the problem persists.</para> |