Changeset ffe0a2f for chapter02


Ignore:
Timestamp:
03/27/2010 10:36:52 AM (14 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
85d68de
Parents:
7a95c73
Message:

Fix a few typos. Fixes #2618. Thanks to Chris Staub for the patch.

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

Location:
chapter02
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingfilesystem.xml

    r7a95c73 rffe0a2f  
    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>
  • chapter02/creatingpartition.xml

    r7a95c73 rffe0a2f  
    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
     
    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
     
    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
     
    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   
     
    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     
Note: See TracChangeset for help on using the changeset viewer.