Ticket #2618: lfs-text-updates.patch

File lfs-text-updates.patch, 3.9 KB (added by chris@…, 15 years ago)

Text updates

  • trunk/BOOK/chapter02/creatingfilesystem.xml

     
    1616  high-capacity hard disks, journaling file systems are becoming increasingly
    1717  popular. The third extended filesystem (<systemitem
    1818  class="filesystem">ext3</systemitem>) is a widely used enhancement to
    19   <systemitem class="filesystem">ext2</systemitem>, which adds journalling
     19  <systemitem class="filesystem">ext2</systemitem>, which adds journaling
    2020  capabilities and is compatible with the E2fsprogs utilities.
    2121  We will create an <systemitem class="filesystem">ext3</systemitem>
    2222  file system. Instructions for creating other file systems can be found at
  • trunk/BOOK/chapter02/creatingpartition.xml

     
    6666  <title>Other Partition Issues</title>
    6767
    6868  <para>Requests for advice on system partitioning are often posted on the LFS mailing
    69   lists.  This is a highly subjective topic.  The default size for most distributions
     69  lists.  This is a highly subjective topic.  The default for most distributions
    7070  is to use the entire drive with the exception of one small swap partition.  This
    7171  is not optimal for LFS for several reasons.  It reduces flexibility, makes
    7272  sharing of data across multiple distributions or LFS builds more difficult, makes
     
    7676    <sect3>
    7777    <title>The Root Partition</title>
    7878   
    79     <para>A root LFS partition (not to be confused with the /root directory) of
     79    <para>A root LFS partition (not to be confused with the
     80    <filename class="directory">/root</filename> directory) of
    8081    ten gigabytes is a good compromise for most systems.  It provides enough
    8182    space to build LFS and most of BLFS, but is small enough so that multiple
    8283    partitions can be easily created for experimentation.</para> </sect3>
     
    8586    <title>The Swap Partition</title>
    8687   
    8788    <para>Most distributions automatically create a swap partition.  Generally
    88     the recommneded size of the swap partition is about twice the amount of
     89    the recommended size of the swap partition is about twice the amount of
    8990    physical RAM, however this is rarely needed.  If disk space is limited,
    9091    hold the swap partition to two gigabytes and monitor the amount of disk
    9192    swapping.</para>
     
    101102    <title>Convenience Partitions</title>
    102103   
    103104    <para>There are several other partitions that are not required, but should
    104     be considered when designing a disk layout,  The following list
     105    be considered when designing a disk layout.  The following list
    105106    is not comprehensive, but is meant as a guide.</para>
    106107   
    107108    <itemizedlist>
     
    129130      </listitem>
    130131     
    131132      <listitem><para>/tmp &ndash; A separate /tmp directory is rare, but
    132       useful if coufiguring a thin client.  This partition, if used, will
     133      useful if configuring a thin client.  This partition, if used, will
    133134      usually not need to exceed a couple of gigabytes.</para></listitem>
    134135     
    135136      <listitem><para>/usr/src &ndash; This partition is very
  • trunk/BOOK/chapter06/grub.xml

     
    7878        grub-mkrescue, grub-dumpbios, grub-install, grub-mkconfig,
    7979        grub-mkdevicemap,  grub-probe, grub-setup</seg>
    8080
    81         <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/inclue/grub</seg>
     81        <seg>/usr/lib/grub, /etc/grub.d, /usr/share/grub, /usr/include/grub</seg>
    8282      </seglistitem>
    8383    </segmentedlist>
    8484