Changeset 5e2628a1 for udev


Ignore:
Timestamp:
Feb 21, 2006, 2:16:04 AM (18 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:
529837f
Parents:
05139a3
Message:

r1101@server (orig r1099): jim | 2006-01-25 11:21:48 -0800

r1115@server: jim | 2006-01-25 11:21:11 -0800
Make sure floppy group is used


File:
1 edited

Legend:

Unmodified
Added
Removed
  • udev/50-udev.rules

    r05139a3 r5e2628a1  
    1414#
    1515########################################################################
     16
     17# block devices
     18SUBSYSTEM=="block",             GROUP="disk", MODE="0640"
    1619
    1720# console
     
    121124
    122125# fix floppy devices
    123 KERNEL=="fd[0-9]*",             ACTION=="add", SYSFS{device/cmos}=="*", RUN+="create_floppy_devices -c -t $sysfs{device/cmos} -m %M /dev/%k"
     126KERNEL=="fd[0-9]*",             ACTION=="add", GROUP="floppy", SYSFS{device/cmos}=="*", RUN+="create_floppy_devices -c -t $sysfs{device/cmos} -m %M /dev/%k"
    124127KERNEL=="fd[0-9]*",             ACTION=="remove", RUN+="/bin/rm -f $root/%k*"
    125 
    126 # block devices
    127 SUBSYSTEM=="block",             GROUP="disk", MODE="0640"
    128128
    129129# sd:           0 TYPE_DISK, 7 TYPE_MOD, 14 TYPE_RBC
Note: See TracChangeset for help on using the changeset viewer.