Use the absolute path to modprobe

This is necessary on Fedora, according to Rolf Fokkens.
This commit is contained in:
Gabriel 2013-09-22 01:12:52 +02:00
parent b15fb776c9
commit 0d54a238b1

View File

@ -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