diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-12 21:04:48 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2020-06-12 21:04:48 +0000 |
commit | 9e7475a6c30cbc40d2cf69118ea65d682189b091 (patch) | |
tree | 0fcb373ca419a2f077f38c9eee6c452cc4cd86bf /chapter09/udev.xml | |
parent | a3d0817020eee2b1ea6ebfe10f3a0ea9e26829be (diff) |
Updates to chapter09 for systemd
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11929 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |