]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Use the absolute path to modprobe
authorGabriel <g2p.code@gmail.com>
Sat, 21 Sep 2013 23:12:52 +0000 (01:12 +0200)
committerGabriel <g2p.code@gmail.com>
Sat, 21 Sep 2013 23:15:36 +0000 (01:15 +0200)
This is necessary on Fedora, according to Rolf Fokkens.

bcache-register

index 3a9cd99508243d9f098da1908a92e116bfd252af..9b592bcd63b0c3fa45dc8e5a6c6efb3d81c48388 100755 (executable)
@@ -1,4 +1,4 @@
 #!/bin/sh
-modprobe -qba bcache
+/sbin/modprobe -qba bcache
 test -f /sys/fs/bcache/register_quiet && echo "$1" > /sys/fs/bcache/register_quiet