diff options
Diffstat (limited to 'chapter07')
-rw-r--r-- | chapter07/udev.xml | 2 | ||||
-rw-r--r-- | chapter07/usage.xml | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index d3bbd85fb..82c64f072 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -120,7 +120,7 @@ ownership at whatever <systemitem class="filesystem">devtmpfs</systemitem> used initially.</para> </sect3> - <sect3> + <sect3 id="module-loading"> <title>Module Loading</title> <para>Device drivers compiled as modules may have aliases built into them. diff --git a/chapter07/usage.xml b/chapter07/usage.xml index b710e484b..1806dfabd 100644 --- a/chapter07/usage.xml +++ b/chapter07/usage.xml @@ -233,6 +233,9 @@ EOF</userinput></screen> <device> is an absolute path in /dev or /sys such as /dev/sr0 or /sys/class/rtc.</para> + <para>For information on kernel module loading and udev, see + <xref linkend="module-loading"/>.</para> +<!-- <sect3> <title>Module Loading</title> @@ -265,7 +268,7 @@ EOF</userinput></screen> protocols, filesystems and NLS support on demand.</para> </sect3> - +--> <sect3> <title>Handling Hotpluggable/Dynamic Devices</title> |