Changeset 8250be1


Ignore:
Timestamp:
06/19/2004 05:38:49 PM (20 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.0, 6.1, 6.1.1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0719866
Parents:
f67f5cf
Message:

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rf67f5cf r8250be1  
    7777</listitem>
    7878
    79 <listitem><para>June 19, 2004 [manuel]: Amplied the Index entries for Hotplug
     79<listitem><para>June 19, 2004 [matt]: chapter06 - e2fsprogs, brought
     80instructions inline with upstream recommendations.</para></listitem>
     81
     82<listitem><para>June 19, 2004 [manuel]: Applied the Index entries for Hotplug
    8083and Linux-Libc-Headers. Tags corrections.</para></listitem>
    8184
  • chapter06/e2fsprogs.xml

    rf67f5cf r8250be1  
    1717<segtitle>&buildtime;</segtitle>
    1818<segtitle>&diskspace;</segtitle>
    19 <seglistitem><seg>0.6 SBU</seg><seg>48.4 MB</seg></seglistitem>
     19<seglistitem><seg>0.6 SBU</seg><seg>4.9 MB</seg></seglistitem>
    2020</segmentedlist>
    2121
     
    3030<title>Installation of E2fsprogs</title>
    3131
     32<para>It is recommended to build E2fsprogs in a subdirectory of the source tree:
     33</para>
     34
     35<screen><userinput>mkdir build
     36cd build</userinput></screen>
     37
    3238<para>Prepare E2fsprogs for compilation:</para>
    3339
    34 <screen><userinput>./configure --prefix=/usr --with-root-prefix="" \
     40<screen><userinput>../configure --prefix=/usr --with-root-prefix="" \
    3541    --enable-elf-shlibs --disable-evms</userinput></screen>
    3642
     
    5662the shared libraries which some programs in this package use.</para></listitem>
    5763</varlistentry>
     64
     65<varlistentry>
     66<term><parameter>--disable-evms</parameter></term>
     67<listitem><para>This disables the building of the Enterprise Volume Management
     68System (EVMS) plugin.  This plugin is not up-to-date with the latest EVMS
     69internal interfaces and EVMS is not installed as part of a base LFS system, so
     70the plugin is not required.  See the
     71<ulink url="http://evms.sourceforge.net/">EVMS homepage</ulink> for more
     72information regarding EVMS itself.</para></listitem>
     73</varlistentry>
    5874</variablelist>
    5975
Note: See TracChangeset for help on using the changeset viewer.