mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
526 B

  1. # cd-rom
  2. # user/group and persmission for the cd and the corespondig generic device
  3. REGISTER ^((ide|scsi)/host[0-9]+/bus[0-9]+/target[0-9]+/lun[0-9]+)/cd EXECUTE chown root.users /dev/\1/cd /dev/\1/generic
  4. REGISTER ^((ide|scsi)/host[0-9]+/bus[0-9]+/target[0-9]+/lun[0-9]+)/cd EXECUTE chmod 664 /dev/\1/cd /dev/\1/generic
  5. # create the historic /dev/cdrom device to always point to the first CD-ROM
  6. REGISTER .*/.*/cd EXECUTE ln -s /dev/cdroms/cdrom0 /dev/cdrom
  7. REGISTER .*/.*/cd EXECUTE ln -s /dev/cdroms/cdrom0 /dev/dvd