Ignore:
Timestamp:
Jan 15, 2007, 10:15:36 AM (17 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ba879f8
Parents:
1b97e2d
Message:

Update to support Udev 104 and Device Mapper

File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/40-modprobe.rules

    r1b97e2d r90d6419  
    2525SUBSYSTEM=="scsi_device",       ACTION=="add", RUN+="/sbin/modprobe sg"
    2626
     27# ide
     28KERNEL=="hd*",          SUBSYSTEMS=="ide", ATTRS{media}=="floppy", OPTIONS+="all_partitions"
     29SUBSYSTEM=="ide",       ACTION=="add", ATTR{media}=="tape", RUN+="/sbin/modprobe ide-scsi"
     30
    2731# floppy
    28 KERNEL=="nvram",                ACTION=="add", RUN+="load_floppy_module.sh"
     32KERNEL=="nvram",        ACTION=="add", RUN+="load_floppy_module.sh"
     33
     34# mmc
     35SUBSYSTEM=="mmc",       ACTION=="add", RUN+="/sbin/modprobe mmc_block"
     36
Note: See TracChangeset for help on using the changeset viewer.