mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-10-30 14:55:26 +03:00
[PATCH] add cdsymlinks.sh support to gentoo rules file.
This commit is contained in:
parent
3874126807
commit
97a0e3c06e
@ -12,6 +12,11 @@
|
||||
#
|
||||
###########################################################
|
||||
|
||||
# cdrom symlinks and other good cdrom naming
|
||||
BUS="ide", KERNEL="hd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
|
||||
BUS="scsi", KERNEL="sr[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
|
||||
BUS="scsi", KERNEL="scd[a-z]", PROGRAM="/etc/udev/scripts/cdsymlinks.sh %k", SYMLINK="%c{1} %c{2} %c{3} %c{4} %c{5} %c{6}"
|
||||
|
||||
# devfs-names for ide-devices (uncomment only one)
|
||||
# /dev/ide/.../{disc,cd} and /dev/{cdroms,discs}/* type names
|
||||
BUS="ide", KERNEL="hd*", PROGRAM="/etc/udev/scripts/ide-devfs.sh %k %b %n", NAME="%k", SYMLINK="%c{1} %c{2}"
|
||||
|
Loading…
Reference in New Issue
Block a user