Ignore:
Timestamp:
07/01/2005 10:40:30 PM (19 years ago)
Author:
Archaic <archaic@…>
Branches:
6.1, 6.1.1
Children:
aabd480
Parents:
fd96303
Message:

Round 2 of several minor wording changes in chapter 6. (merged from trunk r6258)

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/e2fsprogs.xml

    rfd96303 r90b56f5  
    5151<varlistentry>
    5252<term><parameter>--with-root-prefix=""</parameter></term>
    53 <listitem><para>Certain programs (such as the
    54 <command>e2fsck</command> program) are considered essential programs.
    55 When, for example, <filename class="directory">/usr</filename> is not
    56 mounted, these essential programs need to be available. They belong in
    57 directories like <filename class="directory">/lib</filename> and
    58 <filename class="directory">/sbin</filename>. If this option is not
    59 passed to E2fsprogs' configure, the programs are installed into the
    60 <filename class="directory">/usr</filename> directory, which is not
    61 where they should be.</para></listitem>
     53<listitem><para>Certain programs (such as the <command>e2fsck</command> program)
     54are considered essential programs.  When, for example, <filename
     55class="directory">/usr</filename> is not mounted, these essential programs need
     56to be available. They belong in directories like <filename
     57class="directory">/lib</filename> and <filename
     58class="directory">/sbin</filename>. If this option is not passed to E2fsprogs'
     59configure, the programs are installed into the <filename
     60class="directory">/usr</filename> directory.</para></listitem>
     61
    6262</varlistentry>
    6363
     
    8888<beginpage/>
    8989
    90 <para>Install most of the package:</para>
     90<para>Install the binaries and documentation:</para>
    9191
    9292<screen><userinput>make install</userinput></screen>
     
    265265<term><command>mke2fs</command></term>
    266266<listitem>
    267 <para>Is used to create a second extended file system on the given
    268 device</para>
     267<para>Creates an ext2 or ext3 file system on the given device</para>
    269268<indexterm zone="ch-system-e2fsprogs mke2fs"><primary sortas="b-mke2fs">mke2fs</primary></indexterm>
    270269</listitem>
Note: See TracChangeset for help on using the changeset viewer.