From e1601fa3da25e63cab36ca82f38bab798810b31d Mon Sep 17 00:00:00 2001 From: Emery Hemingway Date: Mon, 10 Jul 2023 19:34:58 +0100 Subject: [PATCH] synit: quiet modprobe --- nixos/modules/synit/boot/stage-1-init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/synit/boot/stage-1-init.sh b/nixos/modules/synit/boot/stage-1-init.sh index 7138556..66db2f1 100644 --- a/nixos/modules/synit/boot/stage-1-init.sh +++ b/nixos/modules/synit/boot/stage-1-init.sh @@ -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