mirror of
https://github.com/systemd/systemd.git
synced 2024-11-06 08:26:52 +03:00
8 lines
415 B
Plaintext
8 lines
415 B
Plaintext
|
# s390 block devices named by disk label
|
||
|
KERNEL="dasd*[a-z]", PROGRAM="/sbin/udev_volume_id -d -l" RESULT="[0-9A-Z]*", SYMLINK="dasd/%c/disc dasd/%b/disc"
|
||
|
KERNEL="dasd*[0-9]", PROGRAM="/sbin/udev_volume_id -d -l" RESULT="[0-9A-Z]*", SYMLINK="dasd/%c/part%n dasd/%b/part%n"
|
||
|
KERNEL="dasd*[a-z]", SYMLINK="dasd/%b/disc"
|
||
|
KERNEL="dasd*[0-9]", SYMLINK="dasd/%b/part%n"
|
||
|
KERNEL="dcssblk*", NAME="%k", SYMLINK="dcssblk/%b"
|
||
|
|