Ignore:
Timestamp:
06/12/2020 04:40:07 AM (4 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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, 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:
26fec27
Parents:
ea7ec72
Message:

Mostly text updates in Chapter 8.
There are a couple of minor command changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11924 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/e2fsprogs.xml

    rea7ec72 r6a156bab  
    2424    <title/>
    2525
    26     <para>The E2fsprogs package contains the utilities for handling the
     26    <para>The e2fsprogs package contains the utilities for handling the
    2727    <systemitem class="filesystem">ext2</systemitem> file system. It also
    2828    supports the <systemitem class="filesystem">ext3</systemitem> and
     
    4545    <title>Installation of E2fsprogs</title>
    4646
    47     <para>The E2fsprogs documentation recommends that the package be built in
     47    <para>The e2fsprogs documentation recommends that the package be built in
    4848    a subdirectory of the source tree: </para>
    4949
     
    5151cd       build</userinput></screen>
    5252
    53     <para>Prepare E2fsprogs for compilation:</para>
     53    <para>Prepare e2fsprogs for compilation:</para>
    5454
    5555<screen><userinput remap="configure">../configure --prefix=/usr           \
     
    6363
    6464    <variablelist>
    65       <title>The meaning of the environment variable and configure options:</title>
     65      <title>The meaning of the configure options:</title>
    6666
    6767      <varlistentry>
     
    7575          like <filename class="directory">/lib</filename> and <filename
    7676          class="directory">/sbin</filename>. If this option is not passed
    77           to E2fsprogs' configure, the programs are installed into the
     77          to configure, the programs are installed into the
    7878          <filename class="directory">/usr</filename> directory.</para>
    7979        </listitem>
     
    9191        <term><parameter>--disable-*</parameter></term>
    9292        <listitem>
    93           <para>This prevents E2fsprogs from building and installing the
     93          <para>This prevents e2fsprogs from building and installing the
    9494          <systemitem class="library">libuuid</systemitem> and
    9595          <systemitem class="library">libblkid</systemitem> libraries, the
    9696          <systemitem class="daemon">uuidd</systemitem> daemon, and the
    97           <command>fsck</command> wrapper, as Util-Linux installs more
     97          <command>fsck</command> wrapper, as util-linux installs more
    9898          recent versions.</para>
    9999        </listitem>
     
    110110<screen><userinput remap="test">make check</userinput></screen>
    111111
    112     <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory.
     112    <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory.
    113113    If you do not have significantly more RAM than this, be sure to enable
    114114    sufficient swap space for the test. See <xref
Note: See TracChangeset for help on using the changeset viewer.