diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-31 17:36:57 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-10-31 17:36:57 +0000 |
commit | 8b51e27a24a0ea799a63c22f70f48510fb0c9f0c (patch) | |
tree | be5ab900aa437eb74b93975fc274e53dad3e0328 /chapter06/udev.xml | |
parent | 37953fdc00417b814a8c2cd2f322b53a43aaefbb (diff) |
Enable udev to execute programs in /etc/dev.d and /etc/hotplud.d again
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/udev.xml')
-rw-r--r-- | chapter06/udev.xml | 35 |
1 files changed, 31 insertions, 4 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 8404a1176..77b2490d4 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -32,19 +32,19 @@ <para>Compile the package:</para> -<screen><userinput>make</userinput></screen> +<screen><userinput>make EXTRAS=extras/run_directory</userinput></screen> <para>To test the results, issue: <userinput>make test</userinput>.</para> <para>Install the package:</para> -<screen><userinput>make install</userinput></screen> +<screen><userinput>make EXTRAS=extras/run_directory install</userinput></screen> <para>Udev's configuration is far from ideal by default, so install the configuration files here:</para> -<screen><userinput>cp -v ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> +<screen><userinput>cp -v ../udev-config-5.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen> <para>Install the documentation that explains how to create Udev rules:</para> @@ -63,7 +63,8 @@ complement of device nodes.</para> <segmentedlist> <segtitle>Installed programs</segtitle> <segtitle>Installed directory</segtitle> -<seglistitem><seg>udev, udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg> +<seglistitem><seg>udev, udev_run_devd, udev_run_hotplugd, udevcontrol, udevd, +udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg> <seg>/etc/udev</seg></seglistitem> </segmentedlist> @@ -80,6 +81,32 @@ in LFS) in response to hotplug events</para> <indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm> </listitem></varlistentry> +<varlistentry id="udev_run_devd"> + <term><command>udev_run_devd</command></term> + <listitem> + <para>executes programs and scripts in the + <filename class="directory">/etc/dev.d/</filename> directory in response + to hotplug events + </para> + <indexterm zone="ch-system-udev udev_run_devd"> + <primary sortas="b-udev_run_devd">udev_run_devd</primary> + </indexterm> + </listitem> +</varlistentry> + +<varlistentry id="udev_run_hotplugd"> + <term><command>udev_run_hotplugd</command></term> + <listitem> + <para>executes programs and scripts in the + <filename class="directory">/etc/hotplug.d/</filename> directory in + response to hotplug events + </para> + <indexterm zone="ch-system-udev udev_run_hotplugd"> + <primary sortas="b-udev_run_hotplugd">udev_run_hotplugd</primary> + </indexterm> + </listitem> +</varlistentry> + <varlistentry id="udevcontrol"> <term><command>udevcontrol</command></term> <listitem> |