aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-16 01:11:57 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2006-07-16 01:11:57 +0000
commit48206b3db9cb43db0f8ea9b12567c414b9caa7c7 (patch)
tree9815adcf0e1d071bb38f94735d118ee077217ade
parentc0835ae9152d828cfea24ae085385a8d69872108 (diff)
Added module-init-tools patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml5
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/module-init-tools.xml5
-rw-r--r--packages.ent5
-rw-r--r--patches.ent5
5 files changed, 24 insertions, 4 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index b40dbc49e..86d23f696 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -39,6 +39,11 @@
<para>July 15, 2006</para>
<itemizedlist>
<listitem>
+ <para>[bdubbs] - Added a patch to module-init-tools to
+ correct a possible problem when aliesa are specified with
+ regular expressions.</para>
+ </listitem>
+ <listitem>
<para>[bdubbs] - Updated the kernel to version 2.6.16.26.
</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index ec6ee71aa..040bb8962 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -179,6 +179,14 @@
</varlistentry>
<varlistentry>
+ <term>Module-init-tools Patch - <token>&module-init-modprobe-patch-size;</token>:</term>
+ <listitem>
+ <para>Download: <ulink url="&patches-root;&module-init-modprobe-patch;"/></para>
+ <para>MD5 sum: <literal>&module-init-modprobe-patch-md5;</literal></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Ncurses Fixes Patch - <token>&ncurses-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&ncurses-fixes-patch;"/></para>
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 2b7edc306..728317c56 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -35,6 +35,11 @@
<sect2 role="installation">
<title>Installation of Module-Init-Tools</title>
+ <para>First correct a potential problem when modules are specified
+ using regular expressions:</para>
+
+<screen><userinput>patch -Np1 -i ../module-init-tools-&module-init-tools-version;-modeprobe-1.patch</userinput></screen>
+
<para>Issue the following commands to perform the tests (note that the
<command>make distclean</command> command is required to clean up the source
tree, as the source gets recompiled as part of the testing process):</para>
diff --git a/packages.ent b/packages.ent
index a9b6ec5d4..ab53911b4 100644
--- a/packages.ent
+++ b/packages.ent
@@ -281,7 +281,7 @@
<!ENTITY lfs-bootscripts-version "20060712">
<!ENTITY lfs-bootscripts-size "24 KB">
<!ENTITY lfs-bootscripts-url "http://www.linuxfromscratch.org/lfs/downloads/development/lfs-bootscripts-&lfs-bootscripts-version;.tar.bz2">
-<!ENTITY lfs-bootscripts-md5 "b05c2ce49bf8b3a718bdc306ae75c8c2">
+<!ENTITY lfs-bootscripts-md5 "e9442898309d8890f923c39c0cbc6fef">
<!ENTITY lfs-bootscripts-home " ">
<!ENTITY lfs-bootscripts-ch7-du "0.4 MB">
<!ENTITY lfs-bootscripts-ch7-sbu "less than 0.1 SBU">
@@ -493,7 +493,8 @@
<!ENTITY udev-config "udev-config-20060715">
<!ENTITY udev-config-size "4 KB">
<!ENTITY udev-config-url "http://www.linuxfromscratch.org/lfs/downloads/development/&udev-config;.tar.bz2">
-<!ENTITY udev-config-md5 "TBD-udev-config-md5">
+<!ENTITY udev-config-md5 "c259a09f77e014d2e90eabe0e69558f2">
+<!-- <!ENTITY udev-config-md5 "TBD-udev-config-md5"> -->
<!ENTITY udev-config-home " ">
<!ENTITY util-linux-version "2.12r">
diff --git a/patches.ent b/patches.ent
index f77c8cb05..7aaaa6c9b 100644
--- a/patches.ent
+++ b/patches.ent
@@ -95,12 +95,13 @@
<!ENTITY mktemp-tempfile-patch-md5 "65d73faabe3f637ad79853b460d30a19">
<!ENTITY mktemp-tempfile-patch-size "3.5 KB">
+<!ENTITY module-init-modprobe-patch "module-init-tools-&module-init-tools-version;-modeprobe-1.patch">
+<!ENTITY module-init-modprobe-patch-md5 "f1e452fdf3b8d7ef60148125e390c3e8">
+<!ENTITY module-init-modprobe-patch-size "1.2 KB">
<!ENTITY ncurses-fixes-patch "ncurses-&ncurses-version;-fixes-1.patch">
<!ENTITY ncurses-fixes-patch-md5 "0e033185008f21578c6e4c7249f92cbb">
<!ENTITY ncurses-fixes-patch-size "8.2 KB">
-<!-- <!ENTITY ncurses-rollup-patch "ncurses-&ncurses-version;-&ncurses-date;-patch.sh.bz2"> -->
-
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-2.patch">
<!ENTITY perl-libc-patch-md5 "3bf8aef1fb6eb6110405e699e4141f99">