Changeset a8f30b25 for BOOK/partitioning


Ignore:
Timestamp:
May 17, 2006, 1:18:20 PM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
0220731
Parents:
e97d7d3
Message:

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

Location:
BOOK/partitioning/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/partitioning/common/creatingpartition.xml

    re97d7d3 ra8f30b25  
    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>
  • BOOK/partitioning/common/introduction.xml

    re97d7d3 ra8f30b25  
    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>
  • BOOK/partitioning/common/mounting.xml

    re97d7d3 ra8f30b25  
    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.