mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-22 13:19:20 +01:00
Brought e2fsprogs instructions inline with upstream recommendations (Bill Maltby - bug #577).
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3814 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f67f5cfed5
commit
8250be1c3e
@ -76,7 +76,10 @@ first a summary, then a detailed log.</para>
|
|||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem><para>June 19, 2004 [manuel]: Amplied the Index entries for Hotplug
|
<listitem><para>June 19, 2004 [matt]: chapter06 - e2fsprogs, brought
|
||||||
|
instructions inline with upstream recommendations.</para></listitem>
|
||||||
|
|
||||||
|
<listitem><para>June 19, 2004 [manuel]: Applied the Index entries for Hotplug
|
||||||
and Linux-Libc-Headers. Tags corrections.</para></listitem>
|
and Linux-Libc-Headers. Tags corrections.</para></listitem>
|
||||||
|
|
||||||
<listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
|
<listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use
|
||||||
|
@ -16,7 +16,7 @@ file system. It also supports the ext3 journaling file system.</para>
|
|||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
<segtitle>&buildtime;</segtitle>
|
<segtitle>&buildtime;</segtitle>
|
||||||
<segtitle>&diskspace;</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>
|
||||||
|
|
||||||
<segmentedlist>
|
<segmentedlist>
|
||||||
@ -29,9 +29,15 @@ Diffutils, Gawk, GCC, Gettext, Glibc, Grep, Make, Sed, Texinfo</seg></seglistite
|
|||||||
<sect2 role="installation">
|
<sect2 role="installation">
|
||||||
<title>Installation of E2fsprogs</title>
|
<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>
|
<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>
|
--enable-elf-shlibs --disable-evms</userinput></screen>
|
||||||
|
|
||||||
<para>The meaning of the configure options:</para>
|
<para>The meaning of the configure options:</para>
|
||||||
@ -55,6 +61,16 @@ want.</para></listitem>
|
|||||||
<listitem><para>This creates
|
<listitem><para>This creates
|
||||||
the shared libraries which some programs in this package use.</para></listitem>
|
the shared libraries which some programs in this package use.</para></listitem>
|
||||||
</varlistentry>
|
</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>
|
</variablelist>
|
||||||
|
|
||||||
<para>Compile the package:</para>
|
<para>Compile the package:</para>
|
||||||
|
Loading…
Reference in New Issue
Block a user