diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 04:40:07 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-12 04:40:07 +0000 |
commit | 6a156bab1b41dfcbebcf69325dff81b73a2afad7 (patch) | |
tree | 39451253ebce7058ff7282090bd572ac36dff998 /chapter08/e2fsprogs.xml | |
parent | ea7ec72fba2b9749da2c22db67152eccaef5dfb0 (diff) |
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
Diffstat (limited to 'chapter08/e2fsprogs.xml')
-rw-r--r-- | chapter08/e2fsprogs.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chapter08/e2fsprogs.xml b/chapter08/e2fsprogs.xml index dbfc1e7e8..308c97709 100644 --- a/chapter08/e2fsprogs.xml +++ b/chapter08/e2fsprogs.xml @@ -23,7 +23,7 @@ <sect2 role="package"> <title/> - <para>The E2fsprogs package contains the utilities for handling the + <para>The e2fsprogs package contains the utilities for handling the <systemitem class="filesystem">ext2</systemitem> file system. It also supports the <systemitem class="filesystem">ext3</systemitem> and <systemitem class="filesystem">ext4</systemitem> journaling @@ -44,13 +44,13 @@ <sect2 role="installation"> <title>Installation of E2fsprogs</title> - <para>The E2fsprogs documentation recommends that the package be built in + <para>The e2fsprogs documentation recommends that the package be built in a subdirectory of the source tree: </para> <screen><userinput remap="pre">mkdir -v build cd build</userinput></screen> - <para>Prepare E2fsprogs for compilation:</para> + <para>Prepare e2fsprogs for compilation:</para> <screen><userinput remap="configure">../configure --prefix=/usr \ --bindir=/bin \ @@ -62,7 +62,7 @@ cd build</userinput></screen> --disable-fsck</userinput></screen> <variablelist> - <title>The meaning of the environment variable and configure options:</title> + <title>The meaning of the configure options:</title> <varlistentry> <term><parameter>--with-root-prefix=""</parameter> and @@ -74,7 +74,7 @@ cd build</userinput></screen> programs still need to be available. They belong in directories like <filename class="directory">/lib</filename> and <filename class="directory">/sbin</filename>. If this option is not passed - to E2fsprogs' configure, the programs are installed into the + to configure, the programs are installed into the <filename class="directory">/usr</filename> directory.</para> </listitem> </varlistentry> @@ -90,11 +90,11 @@ cd build</userinput></screen> <varlistentry> <term><parameter>--disable-*</parameter></term> <listitem> - <para>This prevents E2fsprogs from building and installing the + <para>This prevents e2fsprogs from building and installing the <systemitem class="library">libuuid</systemitem> and <systemitem class="library">libblkid</systemitem> libraries, the <systemitem class="daemon">uuidd</systemitem> daemon, and the - <command>fsck</command> wrapper, as Util-Linux installs more + <command>fsck</command> wrapper, as util-linux installs more recent versions.</para> </listitem> </varlistentry> @@ -109,7 +109,7 @@ cd build</userinput></screen> <screen><userinput remap="test">make check</userinput></screen> - <para>One of the E2fsprogs tests will attempt to allocate 256 MB of memory. + <para>One of the e2fsprogs tests will attempt to allocate 256 MB of memory. If you do not have significantly more RAM than this, be sure to enable sufficient swap space for the test. See <xref linkend="ch-partitioning-creatingfilesystem"/> and <xref |