Ignore:
Timestamp:
08/29/2004 06:36:34 PM (20 years ago)
Author:
Gerard Beekmans <gerard@…>
Branches:
6.0
Children:
8b320e7
Parents:
ec0a37e6
Message:

Second round of edits for final release

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4066 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/introduction.xml

    rec0a37e6 r69993f4  
    1010<para>In this chapter, we enter the building site and start
    1111constructing the LFS system in earnest. That is, we chroot into the
    12 temporary mini Linux system, make a few final preparations and then
     12temporary mini Linux system, make a few final preparations, and then
    1313begin installing the packages.</para>
    1414
     
    1919learning what makes a Linux system work is to know what each package
    2020is used for and why the user (or the system) needs it.  For every
    21 installed package, a summary of its content is given, followed by
     21installed package, a summary of its contents is given, followed by
    2222concise descriptions of each program and library the package
    2323installed.</para>
     
    2727url="&hints-root;optimization.txt"/>.  Compiler optimizations can make
    2828a program run slightly faster, but they may also cause compilation
    29 difficulties, and even problems when running the program. If a package
     29difficulties and problems when running the program. If a package
    3030refuses to compile when using optimization, try to compile it without
    3131optimization and see if that fixes the problem. Even if the package
     
    5252description of what it contains, approximately how long it will take
    5353to build, how much disk space is required during this building
    54 process, and any other packages needed to be successfully build the
     54process, and any other packages needed to successfully build the
    5555package. Following the installation instructions, there is a list of
    5656programs and libraries (along with brief descriptions of these) that
    5757the package installs.</para>
    5858
    59 <para>To keep track of which package installs which files, a package
     59<para>To keep track of which package installs particular files, a package
    6060manager can be used. For a general overview of package managers,
    6161please see <ulink
Note: See TracChangeset for help on using the changeset viewer.