|
@@ -16,7 +16,7 @@ file system. It also supports the ext3 journaling file system.</para>
|
|
|
<segmentedlist>
|
|
|
<segtitle>&buildtime;</segtitle>
|
|
|
<segtitle>&diskspace;</segtitle>
|
|
|
-<seglistitem><seg>0.6 SBU</seg><seg>48.4 MB</seg></seglistitem>
|
|
|
+<seglistitem><seg>0.6 SBU</seg><seg>4.9 MB</seg></seglistitem>
|
|
|
</segmentedlist>
|
|
|
|
|
|
<segmentedlist>
|
|
@@ -29,9 +29,15 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo</seg></seglistite
|
|
|
<sect2 role="installation">
|
|
|
<title>Installation of E2fsprogs</title>
|
|
|
|
|
|
+<para>It is recommended to build E2fsprogs in a subdirectory of the source tree:
|
|
|
+</para>
|
|
|
+
|
|
|
+<screen><userinput>mkdir build
|
|
|
+cd build</userinput></screen>
|
|
|
+
|
|
|
<para>Prepare E2fsprogs for compilation:</para>
|
|
|
|
|
|
-<screen><userinput>./configure --prefix=/usr --with-root-prefix="" \
|
|
|
+<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
|
|
|
--enable-elf-shlibs --disable-evms</userinput></screen>
|
|
|
|
|
|
<para>The meaning of the configure options:</para>
|
|
@@ -55,6 +61,16 @@ want.</para></listitem>
|
|
|
<listitem><para>This creates
|
|
|
the shared libraries which some programs in this package use.</para></listitem>
|
|
|
</varlistentry>
|
|
|
+
|
|
|
+<varlistentry>
|
|
|
+<term><parameter>--disable-evms</parameter></term>
|
|
|
+<listitem><para>This disables the building of the Enterprise Volume Management
|
|
|
+System (EVMS) plugin. This plugin is not up-to-date with the latest EVMS
|
|
|
+internal interfaces and EVMS is not installed as part of a base LFS system, so
|
|
|
+the plugin is not required. See the
|
|
|
+<ulink url="http://evms.sourceforge.net/">EVMS homepage</ulink> for more
|
|
|
+information regarding EVMS itself.</para></listitem>
|
|
|
+</varlistentry>
|
|
|
</variablelist>
|
|
|
|
|
|
<para>Compile the package:</para>
|