diff options
Diffstat (limited to 'chapter09/udev.xml')
-rw-r--r-- | chapter09/udev.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter09/udev.xml b/chapter09/udev.xml index 508795a03..a3a7c0cf9 100644 --- a/chapter09/udev.xml +++ b/chapter09/udev.xml @@ -223,13 +223,13 @@ <para>Note that the <quote>softdep</quote> command also allows <literal>pre:</literal> dependencies, or a mixture of both - <literal>pre:</literal> and <literal>post:</literal>. See the - <filename>modprobe.d(5)</filename> manual page for more information + <literal>pre:</literal> and <literal>post:</literal> dependencies. See + the <filename>modprobe.d(5)</filename> manual page for more information on <quote>softdep</quote> syntax and capabilities.</para> - <para>If the module in question is not a wrapper and is useful by itself, - configure the <command>modules</command> bootscript to load this - module on system boot. To do this, add the module name to the + <para revision="sysv">If the module in question is not a wrapper and is + useful by itself, configure the <command>modules</command> bootscript to + load this module on system boot. To do this, add the module name to the <filename>/etc/sysconfig/modules</filename> file on a separate line. This works for wrapper modules too, but is suboptimal in that case.</para> |