diff options
Diffstat (limited to 'chapter07/udev.xml')
-rw-r--r-- | chapter07/udev.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/udev.xml b/chapter07/udev.xml index aef508e2d..ff50e7161 100644 --- a/chapter07/udev.xml +++ b/chapter07/udev.xml @@ -77,7 +77,7 @@ with <systemitem class="filesystem">sysfs</systemitem> as they are detected by the kernel. For drivers compiled as modules, this will happen when the module is loaded. Once the <systemitem class="filesystem">sysfs</systemitem> filesystem is mounted (on -<filename class="directory">/sys</filename>), the data which the +<filename class="directory">/sys</filename>), data which the built-in drivers registered with <systemitem class="filesystem">sysfs</systemitem> are available to userspace processes and to <command>udev</command> for device node creation.</para> @@ -130,7 +130,7 @@ the appropriate kernel module to load. With <command>udev</command>, this method will not work because the device node does not exist until the module is loaded. To solve this, the <command>S05modules</command> bootscript was added to the -lfs-bootscripts package, along with the +LFS-Bootscripts package, along with the <filename>/etc/sysconfig/modules</filename> file. By adding module names to the <filename>modules</filename> file, these modules will be |