浏览代码

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
Matthew Burgess 21 年之前
父节点
当前提交
8250be1c3e
共有 2 个文件被更改,包括 22 次插入3 次删除
  1. 4 1
      chapter01/changelog.xml
  2. 18 2
      chapter06/e2fsprogs.xml

+ 4 - 1
chapter01/changelog.xml

@@ -76,7 +76,10 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </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>
 
 <listitem><para>June 18, 2004 [winkie]: Instead of using the udev binary, use

+ 18 - 2
chapter06/e2fsprogs.xml

@@ -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>