diff options
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/e2fsprogs.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 1a17d6faa..597414423 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -51,7 +51,7 @@ cd build</userinput></screen> <para>Prepare E2fsprogs for compilation:</para> <screen><userinput>../configure --prefix=/usr --with-root-prefix="" \ - --enable-elf-shlibs --disable-evms</userinput></screen> + --enable-elf-shlibs</userinput></screen> <variablelist> <title>The meaning of the configure options:</title> @@ -78,18 +78,6 @@ cd build</userinput></screen> </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 EVMS - website at <ulink url="http://evms.sourceforge.net/"/> for more - information regarding EVMS.</para> - </listitem> - </varlistentry> - </variablelist> <para>Compile the package:</para> |