mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-01-23 00:07:07 +03:00
Use the absolute path to modprobe
This is necessary on Fedora, according to Rolf Fokkens.
This commit is contained in:
parent
b15fb776c9
commit
0d54a238b1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user