From: John Paul Adrian Glaubitz Date: Mon, 20 Mar 2017 10:22:54 +0000 (+0100) Subject: rules: allow SPARC vdisk devices when identifying CD drives (#5599) X-Git-Tag: v234~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7c1ebe99b68ef232bc50e99f2350ebf5f4e846e7;p=platform%2Fupstream%2Fsystemd.git rules: allow SPARC vdisk devices when identifying CD drives (#5599) --- diff --git a/rules/60-cdrom_id.rules b/rules/60-cdrom_id.rules index f91d8cb..288f8ce 100644 --- a/rules/60-cdrom_id.rules +++ b/rules/60-cdrom_id.rules @@ -2,7 +2,7 @@ ACTION=="remove", GOTO="cdrom_end" SUBSYSTEM!="block", GOTO="cdrom_end" -KERNEL!="sr[0-9]*|xvd*", GOTO="cdrom_end" +KERNEL!="sr[0-9]*|vdisk*|xvd*", GOTO="cdrom_end" ENV{DEVTYPE}!="disk", GOTO="cdrom_end" # unconditionally tag device as CDROM