aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/e2fsprogs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/e2fsprogs.xml')
-rw-r--r--chapter06/e2fsprogs.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml
index b44d4d63b..4d7d1eda0 100644
--- a/chapter06/e2fsprogs.xml
+++ b/chapter06/e2fsprogs.xml
@@ -58,7 +58,8 @@ cd build</userinput></screen>
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/usr --with-root-prefix="" \
- --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd</userinput></screen>
+ --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \
+ --disable-fsck</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -90,9 +91,10 @@ cd build</userinput></screen>
<listitem>
<para>This prevents E2fsprogs from building and installing the
<systemitem class="library">libuuid</systemitem> and
- <systemitem class="library">libblkid</systemitem> libraries, and the
- <systemitem class="daemon">uuidd</systemitem> daemon, as Util-Linux-NG
- installed them earlier.</para>
+ <systemitem class="library">libblkid</systemitem> libraries, the
+ <systemitem class="daemon">uuidd</systemitem> daemon, and the
+ <command>fsck</command> wrapper, as Util-Linux-NG installed all of
+ them earlier.</para>
</listitem>
</varlistentry>