From: Harald Hoyer Date: Tue, 27 Apr 2010 10:26:00 +0000 (+0200) Subject: cdrom_id: only mark sr[0-9]* as ID_CDROM X-Git-Tag: 174~506 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d01980f1afbde8aabd175a5d866a8eeccc29208;p=systemd cdrom_id: only mark sr[0-9]* as ID_CDROM we cannot be sure for xvd* --- diff --git a/extras/cdrom_id/60-cdrom_id.rules b/extras/cdrom_id/60-cdrom_id.rules index 16b3af9e..b3109f1d 100644 --- a/extras/cdrom_id/60-cdrom_id.rules +++ b/extras/cdrom_id/60-cdrom_id.rules @@ -5,7 +5,7 @@ SUBSYSTEM!="block", GOTO="cdrom_end" KERNEL!="sr[0-9]*|xvd*", GOTO="cdrom_end" ENV{DEVTYPE}!="disk", GOTO="cdrom_end" -ENV{ID_CDROM}="1" +KERNEL=="sr[0-9]*", ENV{ID_CDROM}="1" IMPORT{program}="cdrom_id --export $tempnode" LABEL="cdrom_end"