Skip to content

Commit 8fe7df9

Browse files
authored
Merge pull request #64 from dne/patch-1
core-services/01-static-devnodes.sh: Honour modprobe blacklists
2 parents 22e26b7 + af81137 commit 8fe7df9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core-services/01-static-devnodes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# Load them by looking at the output of `kmod static-nodes`.
33

44
for f in $(kmod static-nodes 2>/dev/null|awk '/Module/ {print $2}'); do
5-
modprobe -q $f 2>/dev/null
5+
modprobe -bq $f 2>/dev/null
66
done

0 commit comments

Comments
 (0)