summaryrefslogtreecommitdiff
path: root/etc/udev/suse/60-persistent-storage.rules
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@suse.de>2006-09-07 11:30:29 +0200
committerKay Sievers <kay.sievers@suse.de>2006-09-07 11:30:29 +0200
commit1376ba59f6f78846c7db17c62a97b980f4167b4e (patch)
tree847dd99140d7ffa8d049371c0e3fb323616d8716 /etc/udev/suse/60-persistent-storage.rules
parent4febf7f076fa4abaa36b0ae047aa893b1334fc93 (diff)
revert persistent-storage ata-serial '_' '-' replacement
It's not worth changing it, also scsi usually has an underscore in the SERIAL string itself: scsi-SSEAGATE_ST3146854SS_3KN0JH8600008609GTBW scsi-SATA_HTS726060M9AT00_MRH453M4HWHG7B
Diffstat (limited to 'etc/udev/suse/60-persistent-storage.rules')
-rw-r--r--etc/udev/suse/60-persistent-storage.rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/udev/suse/60-persistent-storage.rules b/etc/udev/suse/60-persistent-storage.rules
index 518d1187bb..5a4843e495 100644
--- a/etc/udev/suse/60-persistent-storage.rules
+++ b/etc/udev/suse/60-persistent-storage.rules
@@ -16,8 +16,8 @@ KERNEL=="*[0-9]", IMPORT{parent}=="ID_*"
# by-id (hardware serial number)
KERNEL=="hd*[!0-9]", IMPORT{program}="ata_id --export $tempnode"
-KERNEL=="hd*[!0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/ata-$env{ID_MODEL}-$env{ID_SERIAL}"
-KERNEL=="hd*[0-9]", IMPORT{parent}=="ID_*", SYMLINK+="disk/by-id/ata-$env{ID_MODEL}-$env{ID_SERIAL}-part%n"
+KERNEL=="hd*[!0-9]", ENV{ID_SERIAL}=="?*", SYMLINK+="disk/by-id/ata-$env{ID_MODEL}_$env{ID_SERIAL}"
+KERNEL=="hd*[0-9]", IMPORT{parent}=="ID_*", SYMLINK+="disk/by-id/ata-$env{ID_MODEL}_$env{ID_SERIAL}-part%n"
KERNEL=="sd*[!0-9]|sr*|st*", ATTRS{ieee1394_id}=="*", ENV{ID_SERIAL}="$attr{ieee1394_id}", ENV{ID_BUS}="ieee1394"
KERNEL=="sd*[!0-9]|sr*|st*", ENV{ID_SERIAL}=="", IMPORT{program}="usb_id -x"