mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-09 15:07:15 +08:00
initscripts: dito linux-firmware: update firmwares mkinitcpio: bump to 0.7.5 udev: bump to 174 - update rules
15 lines
514 B
Plaintext
15 lines
514 B
Plaintext
# Udev rules for Chakra GNU/Linux by Phil Miller <philm@chakra-project.org>
|
|
# do not edit this file, it will be overwritten on update
|
|
# this file is going away in the near future
|
|
|
|
# permissions for IDE CD devices
|
|
SUBSYSTEMS=="ide", KERNEL=="hd[a-z]", ATTR{removable}=="1", ATTRS{media}=="cdrom*", GROUP="optical"
|
|
|
|
# permissions for SCSI CD devices
|
|
SUBSYSTEMS=="scsi", KERNEL=="s[rg][0-9]*", ATTRS{type}=="5", GROUP="optical"
|
|
|
|
# misc
|
|
KERNEL=="sonypi", MODE="0666"
|
|
|
|
# USB devices
|
|
KERNEL=="legousbtower*", MODE="0666" |