Changeset 578b4a4d


Ignore:
Timestamp:
May 17, 2006, 1:18:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
f9b3685d
Parents:
d6bbc965
Message:

r3558@server (orig r1623): chris | 2006-05-17 09:46:44 -0700
More text updates

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • cross-tools/common/cflags.xml

    rd6bbc965 r578b4a4d  
    1111  <title>Build CFLAGS</title>
    1212
    13   <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para>
     13  <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be
     14  set during the building of cross-tools.</para>
    1415
    1516  <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar>
  • final-preps/addinguser.xml

    rd6bbc965 r578b4a4d  
    7979
    8080  <para>Grant <systemitem class="username">lfs</systemitem> full access to
    81   <filename class="directory">$LFS</filename>,
    82   <filename class="directory">$LFS/cross-tools</filename>,
     81  <filename class="directory">$LFS/cross-tools</filename> and
    8382  and <filename class="directory">$LFS/tools</filename> by making <systemitem
    8483  class="username">lfs</systemitem> the directorys' owner:</para>
  • materials/common/introduction.xml

    rd6bbc965 r578b4a4d  
    3333  as the place to store the tarballs and patches and as a working
    3434  directory. By using this directory, the required elements will be
    35   located on the LFS partition and will be available during all stages
     35  located on the CLFS partition and will be available during all stages
    3636  of the building process.</para>
    3737
  • partitioning/common/creatingpartition.xml

    rd6bbc965 r578b4a4d  
    1111  <title>Creating a New Partition</title>
    1212
    13   <para os="a">Like most other operating systems, LFS is usually installed on
    14   a dedicated partition. The recommended approach to building an LFS
     13  <para os="a">Like most other operating systems, CLFS is usually installed on
     14  a dedicated partition. The recommended approach to building a CLFS
    1515  system is to use an available empty partition or, if you have enough
    16   unpartitioned space, to create one. However, an LFS system (in fact
    17   even multiple LFS systems) may also be installed on a partition already
     16  unpartitioned space, to create one. However, a CLFS system (in fact
     17  even multiple CLFS systems) may also be installed on a partition already
    1818  occupied by another operating system and the different systems will
    1919  co-exist peacefully. The document <ulink
     
    2424  <para os="b">A minimal system requires a partition of around 1.3 gigabytes (GB).
    2525  This is enough to store all the source tarballs and compile the packages.
    26   However, if the LFS system is intended to be the primary Linux system,
     26  However, if the CLFS system is intended to be the primary Linux system,
    2727  additional software will probably be installed which will require
    2828  additional space (2-3 GB). The LFS system itself will not take up this
     
    4949  <para os="e">Remember the designation of the new partition (e.g.,
    5050  <filename class="devicefile">hda5</filename>). This book will refer to
    51   this as the LFS partition. Also remember the designation of the swap
     51  this as the CLFS partition. Also remember the designation of the swap
    5252  partition. These names will be needed later for the
    5353  <filename>/etc/fstab</filename> file.</para>
  • partitioning/common/introduction.xml

    rd6bbc965 r578b4a4d  
    1111  <title>Introduction</title>
    1212
    13   <para>In this chapter, the partition which will host the LFS system is
     13  <para>In this chapter, the partition which will host the CLFS system is
    1414  prepared. We will create the partition itself, create a file system
    1515  on it, and mount it.</para>
  • partitioning/common/mounting.xml

    rd6bbc965 r578b4a4d  
    2323<screen><userinput>export LFS=/mnt/lfs</userinput></screen>
    2424
    25   <para>Next, create the mount point and mount the LFS file system by
     25  <para>Next, create the mount point and mount the CLFS file system by
    2626  running:</para>
    2727
     
    3030
    3131  <para>Replace <replaceable>[xxx]</replaceable> with the designation of
    32   the LFS partition.</para>
     32  the CLFS partition.</para>
    3333
    3434  <para>If using multiple partitions for LFS (e.g., one for <filename
     
    4848  that are too restrictive (such as the nosuid, nodev, or noatime options).
    4949  Run the <command>mount</command> command without any parameters to see
    50   what options are set for the mounted LFS partition. If
     50  what options are set for the mounted CLFS partition. If
    5151  <option>nosuid</option>, <option>nodev</option>, and/or
    5252  <option>noatime</option> are set, the partition will need to be
Note: See TracChangeset for help on using the changeset viewer.