diff options
Diffstat (limited to 'chapter06')
-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> |