Author: matthew
Date: 2009-07-23 14:58:05 -0600 (Thu, 23 Jul 2009)
New Revision: 8993
Modified:
branches/6.5/BOOK/chapter01/changelog.xml
branches/6.5/BOOK/chapter06/e2fsprogs.xml
Log:
Prevent E2fsprogs from installing the fsck wrapper. Fixes #2453.
Modified: branches/6.5/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.5/BOOK/chapter01/changelog.xml 2009-07-23 20:57:49 UTC (rev
8992)
+++ branches/6.5/BOOK/chapter01/changelog.xml 2009-07-23 20:58:05 UTC (rev
8993)
@@ -41,6 +41,11 @@
<para>2009-07-23</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Prevent E2fsprogs from installing the fsck wrapper
+ as this is provided by Util-Linux-NG. Fixes
+ <ulink url="&lfs-ticket-root;2453">#2453</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Remove an unnecessary sed from File's commands.
Fixes <ulink url="&lfs-ticket-root;2452">#2452</ulink>.</para>
</listitem>
Modified: branches/6.5/BOOK/chapter06/e2fsprogs.xml
===================================================================
--- branches/6.5/BOOK/chapter06/e2fsprogs.xml 2009-07-23 20:57:49 UTC (rev
8992)
+++ branches/6.5/BOOK/chapter06/e2fsprogs.xml 2009-07-23 20:58:05 UTC (rev
8993)
@@ -58,7 +58,8 @@
<para>Prepare E2fsprogs for compilation:</para>
<screen><userinput remap="configure">../configure --prefix=/usr
--with-root-prefix="" \
- --enable-elf-shlibs --disable-libblkid --disable-libuuid
--disable-uuidd</userinput></screen>
+ --enable-elf-shlibs --disable-libblkid --disable-libuuid --disable-uuidd \
+ --disable-fsck</userinput></screen>
<variablelist>
<title>The meaning of the configure options:</title>
@@ -90,9 +91,10 @@
<listitem>
<para>This prevents E2fsprogs from building and installing the
<systemitem class="library">libuuid</systemitem> and
- <systemitem class="library">libblkid</systemitem> libraries, and the
- <systemitem class="daemon">uuidd</systemitem> daemon, as
Util-Linux-NG
- installed them earlier.</para>
+ <systemitem class="library">libblkid</systemitem> libraries, the
+ <systemitem class="daemon">uuidd</systemitem> daemon, and the
+ <command>fsck</command> wrapper, as Util-Linux-NG installed all of
+ them earlier.</para>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page