Changeset 8b51e27


Ignore:
Timestamp:
10/31/2005 05:36:57 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 6.3, 6.4, 6.5, 6.6, 6.7, 6.8, 7.0, 7.1, 7.2, 7.3, 7.4, 7.5, 7.5-systemd, 7.6, 7.6-systemd, 7.7, 7.7-systemd, 7.8, 7.8-systemd, 7.9, 7.9-systemd, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
6197149
Parents:
37953fd
Message:

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r37953fd r8b51e27  
    123123</listitem>
    124124
     125<listitem><para>October 31, 2005 [matt]: Build udev_run_devd and
     126udev_run_hotplugd and alter the udev rules file so that udev once again executes
     127programs in the /etc/dev.d and /etc/hotplug.d directories (fixes bug 1635).
     128Also change the udev rules to prevent udev from handling the "card" and "dm"
     129devices as these are managed entirely by programs outside of LFS.</para>
     130</listitem>
     131
    125132<listitem><para>October 29, 2005 [matt]: Upgrade to udev-071</para></listitem>
    126133
  • chapter03/packages.xml

    r37953fd r8b51e27  
    404404<term>Udev Rules Configuration - 5 KB:</term>
    405405<listitem>
    406 <para><ulink url="http://downloads.linuxfromscratch.org/udev-config-4.rules"/></para>
     406<para><ulink url="http://downloads.linuxfromscratch.org/udev-config-5.rules"/></para>
    407407</listitem>
    408408</varlistentry>
  • chapter06/udev.xml

    r37953fd r8b51e27  
    3333<para>Compile the package:</para>
    3434
    35 <screen><userinput>make</userinput></screen>
     35<screen><userinput>make EXTRAS=extras/run_directory</userinput></screen>
    3636
    3737<para>To test the results, issue:
     
    4040<para>Install the package:</para>
    4141
    42 <screen><userinput>make install</userinput></screen>
     42<screen><userinput>make EXTRAS=extras/run_directory install</userinput></screen>
    4343
    4444<para>Udev's configuration is far from ideal by default, so install
    4545the configuration files here:</para>
    4646
    47 <screen><userinput>cp -v ../udev-config-4.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen>
     47<screen><userinput>cp -v ../udev-config-5.rules /etc/udev/rules.d/25-lfs.rules</userinput></screen>
    4848
    4949<para>Install the documentation that explains how to create Udev rules:</para>
     
    6464<segtitle>Installed programs</segtitle>
    6565<segtitle>Installed directory</segtitle>
    66 <seglistitem><seg>udev, udevcontrol, udevd, udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg>
     66<seglistitem><seg>udev, udev_run_devd, udev_run_hotplugd, udevcontrol, udevd,
     67udevinfo, udevmonitor, udevsend, udevstart and udevtest</seg>
    6768<seg>/etc/udev</seg></seglistitem>
    6869</segmentedlist>
     
    8081<indexterm zone="ch-system-udev udev"><primary sortas="b-udev">udev</primary></indexterm>
    8182</listitem></varlistentry>
     83
     84<varlistentry id="udev_run_devd">
     85  <term><command>udev_run_devd</command></term>
     86  <listitem>
     87    <para>executes programs and scripts in the
     88      <filename class="directory">/etc/dev.d/</filename> directory in response
     89      to hotplug events
     90    </para>
     91    <indexterm zone="ch-system-udev udev_run_devd">
     92      <primary sortas="b-udev_run_devd">udev_run_devd</primary>
     93    </indexterm>
     94  </listitem>
     95</varlistentry>
     96
     97<varlistentry id="udev_run_hotplugd">
     98  <term><command>udev_run_hotplugd</command></term>
     99  <listitem>
     100    <para>executes programs and scripts in the
     101      <filename class="directory">/etc/hotplug.d/</filename> directory in
     102      response to hotplug events
     103    </para>
     104    <indexterm zone="ch-system-udev udev_run_hotplugd">
     105      <primary sortas="b-udev_run_hotplugd">udev_run_hotplugd</primary>
     106    </indexterm>
     107  </listitem>
     108</varlistentry>
    82109
    83110<varlistentry id="udevcontrol">
Note: See TracChangeset for help on using the changeset viewer.