diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-07-26 17:35:12 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2006-07-26 17:35:12 +0000 |
commit | 1802106fe215ead46977d1ed4efe7c9307a1e710 (patch) | |
tree | 34de18cddd4725b410015a787c1a6ec71fb3225d | |
parent | d6c114a49d287b8625663b2c5c68a1b14e08cdd4 (diff) |
Using the proper module-init-tools patch entitie.
Updated whatsnew.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7704 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/whatsnew.xml | 3 | ||||
-rw-r--r-- | chapter06/module-init-tools.xml | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml index 0b48a6cec..b614a4327 100644 --- a/chapter01/whatsnew.xml +++ b/chapter01/whatsnew.xml @@ -238,6 +238,9 @@ <para>&mktemp-tempfile-patch;</para> </listitem> <listitem> + <para>&module-init-modprobe-patch;</para> + </listitem> + <listitem> <para>&perl-libc-patch;</para> </listitem> <listitem> diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml index 1a92525f8..37eba238b 100644 --- a/chapter06/module-init-tools.xml +++ b/chapter06/module-init-tools.xml @@ -35,10 +35,10 @@ <sect2 role="installation"> <title>Installation of Module-Init-Tools</title> - <para>First correct a potential problem when modules are specified + <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;-modprobe-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../&module-init-modprobe-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 |