core/udev/81-chakra.rules
Phil d0c9bc2edf filesystem: bump to 2011.11.0
initscripts: dito
linux-firmware: update firmwares
mkinitcpio: bump to 0.7.5
udev: bump to 174 - update rules
2011-11-01 10:22:29 +00:00

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"