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
  • chapter03/introduction.xml

    rec0a37e6 r69993f4  
    88<?dbhtml filename="introduction.html"?>
    99
    10 <para>Below is a list of packages that need to be download for building a
    11 basic Linux system. The listed version numbers correspond to versions
    12 of the software that are known to work, and this book is based on
    13 their use. We highly recommend not using newer versions, as the build
    14 commands for one version may not work with a newer version. The newest
    15 package versions may also have problems that work-arounds have
    16 not been developed for yet.</para>
     10<para>This chapter includes a list of packages that need to be
     11download for building a basic Linux system. The listed version numbers
     12correspond to versions of the software that are known to work, and
     13this book is based on their use. We highly recommend not using newer
     14versions because the build commands for one version may not work with
     15a newer version. The newest package versions may also have problems
     16that work-arounds have not been developed for yet.</para>
    1717
    1818<para>All the URLs, when possible, refer to the package's information
    1919page at <ulink url="http://www.freshmeat.net/"/>. The Freshmeat pages
    2020provide easy access to official download sites, as well as project
    21 websites, mailing lists, FAQs, changelogs, and more.</para>
     21websites, mailing lists, FAQ, changelogs, and more.</para>
    2222
    2323<para>Download locations may not always be accessible. If a download
     
    2828url="&lfs-root;lfs/packages.html"/>.</para>
    2929
    30 <para>Downloaded packages and patches will need to be stores somewhere
     30<para>Downloaded packages and patches will need to be stored somewhere
    3131that is conveniently available throughout the entire build. A working
    3232directory is also required to unpack the sources and build them.
     
    4343<screen><userinput>mkdir $LFS/sources</userinput></screen>
    4444
    45 <para>Make this directory writable (and sticky -- which basically
    46 means that eventhough a user may have write permissions on a
    47 directory, the sticky tag prevents users from removing files they do
    48 not own as normally write permission on a directory means the owner of
    49 the directory can remove all files in it, even if he does not own the
    50 file) for your normal user -- as you won't do the downloading as root, we
    51 guess:</para>
     45<para>Make this directory writable and sticky. <quote>Sticky</quote>
     46means that even if multiple users have write permission on a
     47directory, only the owner of a file can delete the file within a
     48sticky directory. The following command will enable the write and
     49sticky modes:</para>
    5250
    5351<screen><userinput>chmod a+wt $LFS/sources</userinput></screen>
Note: See TracChangeset for help on using the changeset viewer.