synit: quiet modprobe

This commit is contained in:
Emery Hemingway 2023-07-10 19:34:58 +01:00
parent 1c74cf864d
commit e1601fa3da
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ ln -sfn /proc/self/fd/2 /dev/stderr
mkdir -p /dev/.mdadm
info "running mdevd..."
echo '$MODALIAS=.* 0:0 660 @modprobe "$MODALIAS"' >/etc/mdev.conf
echo '$MODALIAS=.* 0:0 660 @modprobe --quiet "$MODALIAS"' >/etc/mdev.conf
mdevd -O4 -v 3 &
mdevd_pid=$!
mdevd-coldplug -O4 -v 3