mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-19 03:39:20 +01:00
Typo - the udev initscript registers udevsend, not udev as the hotplug handler
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4737 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
46cfff86ec
commit
f18250cd58
@ -84,7 +84,7 @@ processes and to <command>udev</command> for device node creation.</para>
|
|||||||
|
|
||||||
<para>The <command>S10udev</command> initscript takes care of creating
|
<para>The <command>S10udev</command> initscript takes care of creating
|
||||||
these device nodes when Linux is booted. This script starts with
|
these device nodes when Linux is booted. This script starts with
|
||||||
registering <command>/sbin/udev</command> as a hotplug event handler.
|
registering <command>/sbin/udevsend</command> as a hotplug event handler.
|
||||||
Hotplug events (discussed below) should not be generated during this
|
Hotplug events (discussed below) should not be generated during this
|
||||||
stage, but <command>udev</command> is registered just in case they do
|
stage, but <command>udev</command> is registered just in case they do
|
||||||
occur. The <command>udevstart</command> program then walks through
|
occur. The <command>udevstart</command> program then walks through
|
||||||
|
Loading…
Reference in New Issue
Block a user