diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-16 01:11:57 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2006-07-16 01:11:57 +0000 |
commit | 48206b3db9cb43db0f8ea9b12567c414b9caa7c7 (patch) | |
tree | 9815adcf0e1d071bb38f94735d118ee077217ade /chapter06/module-init-tools.xml | |
parent | c0835ae9152d828cfea24ae085385a8d69872108 (diff) |
Added module-init-tools patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7676 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/module-init-tools.xml')
-rw-r--r-- | chapter06/module-init-tools.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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> |