]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
lvm.rules: blkid for cciss devices
authorHarald Hoyer <harald@redhat.com>
Mon, 31 Aug 2009 09:43:04 +0000 (11:43 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 1 Sep 2009 13:42:27 +0000 (15:42 +0200)
modules.d/90lvm/64-lvm.rules

index 881eacd4d9ccdfa4c51fcfa00fd80ab267c374f9..702540ae238ff69847585a6b1486341180a73023 100644 (file)
@@ -9,6 +9,7 @@ ACTION!="add|change", GOTO="lvm_end"
 
 KERNEL=="dm-[0-9]*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
 KERNEL=="md[0-9]*|md/*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
+KERNEL=="cciss[0-9]*", IMPORT{program}="/sbin/blkid -o udev -p $tempnode"
 
 ENV{ID_FS_TYPE}=="LVM2_member", \
     TEST!="/tmp/.lvm_scan-%k", \