From af8113785f717f7f6ecb57b18904b98845aa0a21 Mon Sep 17 00:00:00 2001 From: Daniel NĂ©ri Date: Sun, 12 Feb 2017 01:21:06 +0100 Subject: core-services/01-static-devnodes.sh: Honour modprobe blacklists --- core-services/01-static-devnodes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-services/01-static-devnodes.sh b/core-services/01-static-devnodes.sh index b059177..2bf15c8 100644 --- a/core-services/01-static-devnodes.sh +++ b/core-services/01-static-devnodes.sh @@ -2,5 +2,5 @@ # Load them by looking at the output of `kmod static-nodes`. for f in $(kmod static-nodes 2>/dev/null|awk '/Module/ {print $2}'); do - modprobe -q $f 2>/dev/null + modprobe -bq $f 2>/dev/null done -- cgit 1.4.1