rules: allow SPARC vdisk devices when identifying CD drives (#5599)
authorJohn Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
Mon, 20 Mar 2017 10:22:54 +0000 (11:22 +0100)
committerMartin Pitt <martinpitt@users.noreply.github.com>
Mon, 20 Mar 2017 10:22:54 +0000 (11:22 +0100)
rules/60-cdrom_id.rules

index f91d8cb..288f8ce 100644 (file)
@@ -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