mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Added module-init-tools patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c0835ae915
commit
48206b3db9
@ -38,6 +38,11 @@
|
||||
<listitem>
|
||||
<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>
|
||||
|
@ -178,6 +178,14 @@
|
||||
</listitem>
|
||||
</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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user