Ignore:
Timestamp:
09/22/2022 07:31:32 PM (19 months ago)
Author:
David Bryant <davidbryant@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
4ca79662
Parents:
b00063f
Message:

Correcting idiom / syntax again, based on feedback from Bruce & Doug.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter02/creatingpartition.xml

    rb00063f r58f92b0  
    9595    <para>Swapping is never good. For mechanical hard drives you can generally
    9696    tell if a system is swapping by just listening to disk activity and
    97     observing how the system reacts to commands. With an SSD drive you will not
     97    observing how the system reacts to commands. With an SSD you will not
    9898    be able to hear swapping, but you can tell how much swap space is being used
    9999    by running the <command>top</command> or <command>free</command> programs.  Use of
    100     an SSD drive for a swap partition should be avoided if possible.  The first
     100    an SSD for a swap partition should be avoided if possible.  The first
    101101    reaction to swapping should be to check for an unreasonable command such as
    102102    trying to edit a five gigabyte file. If swapping becomes a normal
     
    113113    loader. This partition will normally be labeled 'BIOS Boot' if using
    114114    <command>fdisk</command> or have a code of <emphasis>EF02</emphasis> if
    115     using the <command>gdisk</command>.</para>
     115    using the <command>gdisk</command> command.</para>
    116116
    117117    <note><para>The Grub Bios partition must be on the drive that the BIOS
     
    156156      <filename class="directory">/usr</filename> is normally not needed.
    157157      If you create it anyway, you should make a partition large enough to
    158       fit all the programs and libraries in the system.  The root partition can be
     158      fit all the programs and libraries in the system. The root partition can be
    159159      very small (maybe just one gigabyte) in this configuration, so it's
    160160      suitable for a thin client or diskless workstation (where
    161161      <filename class="directory">/usr</filename> is mounted from a remote
    162       server).  However you should be aware that an initramfs (not covered by
     162      server). However, you should be aware that an initramfs (not covered by
    163163      LFS) will be needed to boot a system with a separate
    164164      <filename class="directory">/usr</filename> partition.</para></listitem>
     
    175175      gigabytes.  If you have enough RAM, you can mount a
    176176      <systemitem class='filesystem'>tmpfs</systemitem> on /tmp to make
    177       the accesses to temporary files faster.</para></listitem>
     177      access to temporary files faster.</para></listitem>
    178178
    179179      <listitem revision='systemd'><para>/tmp &ndash; By default, systemd
    180180      mounts a <systemitem class='filesystem'>tmpfs</systemitem> here.
    181       If you want to override the behavior, follow
    182       <xref linkend='systemd-no-tmpfs'/> configuring the LFS
     181      If you want to override that behavior, follow
     182      <xref linkend='systemd-no-tmpfs'/> when configuring the LFS
    183183      system.</para></listitem>
    184184
     
    191191    </itemizedlist>
    192192
    193     <para>Any separate partition that you want automatically mounted upon boot
    194     needs to be specified in the <filename>/etc/fstab</filename>. Details
    195     about how to specify partitions will be discussed in <xref
    196     linkend="ch-bootable-fstab"/>.  </para>
     193    <para>Any separate partition that you want automatically mounted when the
     194    system starts must be specified in the <filename>/etc/fstab</filename> file.
     195    Details about how to specify partitions will be discussed in <xref
     196    linkend="ch-bootable-fstab"/>.</para>
    197197
    198198    </sect3>
Note: See TracChangeset for help on using the changeset viewer.