[systemd-commits] 2 commits - rules/60-persistent-storage.rules test/.gitignore

Kay Sievers kay at kemper.freedesktop.org
Sun Jan 27 18:55:11 PST 2013


 rules/60-persistent-storage.rules |    2 --
 test/.gitignore                   |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 28dcf77ffe346b2385dbb77f533bab2fa6bfb211
Author: Kay Sievers <kay at vrfy.org>
Date:   Mon Jan 28 03:54:49 2013 +0100

    update .gitignore

diff --git a/test/.gitignore b/test/.gitignore
index 93c1f95..fd7483d 100644
--- a/test/.gitignore
+++ b/test/.gitignore
@@ -1,3 +1,5 @@
 .testdir
 test.log
+/dev
+/run
 /sys

commit 17e588a4f2dd210a444d9a5b5b7e7260609fabb1
Author: Kay Sievers <kay at vrfy.org>
Date:   Mon Jan 28 03:53:33 2013 +0100

    rules: there is no "ata" subsystem for ATA device

diff --git a/rules/60-persistent-storage.rules b/rules/60-persistent-storage.rules
index b74821e..a4d009a 100644
--- a/rules/60-persistent-storage.rules
+++ b/rules/60-persistent-storage.rules
@@ -26,8 +26,6 @@ ENV{DEVTYPE}=="partition", IMPORT{parent}="ID_*"
 KERNEL=="vd*[!0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}"
 KERNEL=="vd*[0-9]", ATTRS{serial}=="?*", ENV{ID_SERIAL}="$attr{serial}", SYMLINK+="disk/by-id/virtio-$env{ID_SERIAL}-part%n"
 
-# ATA devices with their own "ata" kernel subsystem
-KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="ata", IMPORT{program}="ata_id --export $devnode"
 # ATA devices using the "scsi" subsystem
 KERNEL=="sd*[!0-9]|sr*", ENV{ID_SERIAL}!="?*", SUBSYSTEMS=="scsi", ATTRS{vendor}=="ATA", IMPORT{program}="ata_id --export $devnode"
 # ATA/ATAPI devices (SPC-3 or later) using the "scsi" subsystem



More information about the systemd-commits mailing list