mirror of
https://github.com/systemd/systemd.git
synced 2026-07-26 03:06:21 +00:00
40-redhat.rules: removed file
This commit is contained in:
@@ -1,27 +0,0 @@
|
||||
# do not edit this file, it will be overwritten on update
|
||||
|
||||
KERNEL=="hd*[!0-9]", SUBSYSTEMS=="ide", ATTRS{media}=="floppy", SYMLINK+="floppy floppy-%k", OPTIONS+="ignore_remove"
|
||||
KERNEL=="hd*[0-9]", ATTRS{media}=="floppy", ATTRS{removable}=="1", SYMLINK+="floppy-%k", OPTIONS+="ignore_remove"
|
||||
|
||||
KERNEL=="fw*", PROGRAM="fw_unit_symlinks.sh %k %n", SYMLINK+="$result"
|
||||
|
||||
ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="3|6", SYMLINK+="scanner scanner-%k", MODE="0660"
|
||||
|
||||
ACTION=="add", KERNEL=="sg[0-9]*", BUS=="scsi", ATTRS{type}=="8", SYMLINK+="changer changer-%k", MODE="0660", GROUP="disk"
|
||||
|
||||
BUS=="usb", KERNEL=="sd*", ATTRS{bInterfaceClass}=="08", ATTRS{bInterfaceSubClass}=="04", GROUP="floppy", MODE="0660", SYMLINK+="floppy floppy-%k"
|
||||
|
||||
KERNEL=="fd[0-9]*", SYMLINK+="floppy floppy-%k"
|
||||
|
||||
ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="0|7|14", \
|
||||
RUN+="/sbin/modprobe sd_mod"
|
||||
ACTION=="add", SUBSYSTEM=="scsi_device", ATTRS{type}=="[45]", \
|
||||
RUN+="/sbin/modprobe sr_mod"
|
||||
|
||||
KERNEL=="vcs", OWNER="vcsa", GROUP="tty"
|
||||
KERNEL=="vcs[0-9]*", OWNER="vcsa", GROUP="tty"
|
||||
KERNEL=="vcsa", OWNER="vcsa", GROUP="tty"
|
||||
KERNEL=="vcsa[0-9]*", OWNER="vcsa", GROUP="tty"
|
||||
KERNEL=="vcc/*", OWNER="vcsa", GROUP="tty"
|
||||
|
||||
KERNEL=="event*", ATTRS{idVendor}=="03f0", ATTRS{interface}=="Virtual Mouse", ATTRS{bInterfaceProtocol}=="02", SYMLINK+="input/hp_ilo_mouse"
|
||||
Reference in New Issue
Block a user