Changeset 8b9e2e61 for chapter06


Ignore:
Timestamp:
02/19/2006 10:13:37 PM (19 years ago)
Author:
Matthew Burgess <matthew@…>
Children:
1c0a27d
Parents:
e825aa1
Message:

Expand Udev's modprobe rule to handle all subsytems, not just USB

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/udev_update/BOOK@7388 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/udev.xml

    re825aa1 r8b9e2e61  
    106106cat &gt;&gt; /etc/udev/rules.d/25-lfs.rules &lt;&lt; EOF
    107107# Rules to allow hotplugging of devices with modular drivers
    108 ACTION=="add", SUBSYSTEM=="usb", MODALIAS=="*", \
     108ACTION=="add", SUBSYSTEM=="?*", MODALIAS=="?*", \
    109109  RUN+="/sbin/modprobe $modalias"
    110110ACTION=="add", SUBSYSTEM=="scsi", SYSFS{type}=="[07]", \
Note: See TracChangeset for help on using the changeset viewer.