Skip to content

Commit af81137

Browse files
authored
core-services/01-static-devnodes.sh: Honour modprobe blacklists
1 parent fd2a983 commit af81137

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)