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/60-persistent-disk.rules

    r1b97e2d r90d6419  
    2222
    2323# skip rules for inappropriate block devices
    24 KERNEL=="ram*|loop*|fd*|nbd*|dm-*", GOTO="persistent_storage_end"
     24KERNEL=="ram*|loop*|fd*|nbd*|gnbd*|dm-*|md*", GOTO="persistent_storage_end"
    2525
    2626# Set Permissions on CDOM
     
    2828
    2929# never access removable ide devices, the drivers are causing event loops on open()
    30 KERNEL=="hd*[!0-9]",    ATTRS{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
     30KERNEL=="hd*[!0-9]",    ATTR{removable}=="1", DRIVERS=="ide-cs|ide-floppy", GOTO="persistent_storage_end"
    3131KERNEL=="hd*[0-9]",     ATTRS{removable}=="1", GOTO="persistent_storage_end"
    3232
Note: See TracChangeset for help on using the changeset viewer.