]> git.sesse.net Git - bcachefs-tools-debian/commit
udev: Fit into the standard rule sequence
authorGabriel <g2p.code@gmail.com>
Sat, 5 Oct 2013 19:16:21 +0000 (21:16 +0200)
committerGabriel <g2p.code@gmail.com>
Sat, 5 Oct 2013 20:16:22 +0000 (22:16 +0200)
commit0c7a484a5b09d710814451c06ad30e894deb7ff5
treea2112a892f9f11c157c6b9c4d47db4f27e6fb6d0
parent866e21a35d40e8c5df75cdc7146da88c17cc18d1
udev: Fit into the standard rule sequence

Move the rule to run a bit later, after
the standard udev rules have called blkid.

Don't run blkid manually, and run probe-bcache
as a fallback which can be patched out in a
package that depends on util-linux 2.24+.

probe-bcache: bail if libblkid finds anything
Preserve our last-resort safety check here
in case earlier rules fail to call blkid.
69-bcache.rules [moved from 61-bcache.rules with 69% similarity]
Makefile
initramfs/hook
probe-bcache.c