Rolf Fokkens 8189001
--- bcache-tools-1.0.8/69-bcache.rules.noprobe	2015-02-04 21:24:06.000000000 +0100
Rolf Fokkens 8189001
+++ bcache-tools-1.0.8/69-bcache.rules	2015-02-06 23:38:41.494507524 +0100
Rolf Fokkens 44fdd8c
@@ -7,17 +7,10 @@
Rolf Fokkens 44fdd8c
 KERNEL=="fd*|sr*", GOTO="bcache_end"
Rolf Fokkens 64697ee
 
Rolf Fokkens 64697ee
 # blkid was run by the standard udev rules
Rolf Fokkens 64697ee
-# It recognised bcache (util-linux 2.24+)
Rolf Fokkens 64697ee
-ENV{ID_FS_TYPE}=="bcache", GOTO="bcache_backing_found"
Rolf Fokkens 64697ee
-# It recognised something else; bail
Rolf Fokkens 64697ee
-ENV{ID_FS_TYPE}=="?*", GOTO="bcache_backing_end"
Rolf Fokkens 64697ee
-
Rolf Fokkens 64697ee
 # Backing devices: scan, symlink, register
Rolf Fokkens 64697ee
-IMPORT{program}="probe-bcache -o udev $tempnode"
Rolf Fokkens 64697ee
 ENV{ID_FS_TYPE}!="bcache", GOTO="bcache_backing_end"
Rolf Fokkens 64697ee
 ENV{ID_FS_UUID_ENC}=="?*", SYMLINK+="disk/by-uuid/$env{ID_FS_UUID_ENC}"
Rolf Fokkens 64697ee
 
Rolf Fokkens 64697ee
-LABEL="bcache_backing_found"
Rolf Fokkens 44fdd8c
 RUN{builtin}+="kmod load bcache"
Rolf Fokkens 64697ee
 RUN+="bcache-register $tempnode"
Rolf Fokkens 64697ee
 LABEL="bcache_backing_end"
Rolf Fokkens 8189001
--- bcache-tools-1.0.8/dracut/module-setup.sh.noprobe	2015-02-06 23:38:41.495507529 +0100
Rolf Fokkens 8189001
+++ bcache-tools-1.0.8/dracut/module-setup.sh	2015-02-06 23:39:49.471863166 +0100
Rolf Fokkens 8189001
@@ -30,7 +30,6 @@
Rolf Fokkens 64697ee
 
Rolf Fokkens 64697ee
 install() {
Rolf Fokkens 8189001
     inst_multiple \
Rolf Fokkens 8189001
-        ${udevdir}/probe-bcache \
Rolf Fokkens 8189001
         ${udevdir}/bcache-register \
Rolf Fokkens 8189001
         ${udevdir}/bcache-params
Rolf Fokkens 64697ee
     inst_rules 69-bcache.rules