We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22e26b7 + af81137 commit 8fe7df9Copy full SHA for 8fe7df9
1 file changed
core-services/01-static-devnodes.sh
@@ -2,5 +2,5 @@
2
# Load them by looking at the output of `kmod static-nodes`.
3
4
for f in $(kmod static-nodes 2>/dev/null|awk '/Module/ {print $2}'); do
5
- modprobe -q $f 2>/dev/null
+ modprobe -bq $f 2>/dev/null
6
done
0 commit comments