setup: no -v

This commit is contained in:
tschettervictor
2025-11-27 21:01:59 -05:00
committed by GitHub
parent 9eb733640d
commit ab22166e7c

View File

@@ -124,7 +124,7 @@ configure_linux() {
for mod in ${linuxarc_mods}; do
if ! kldstat -qn ${mod}; then
info "\nLoading kernel module: ${mod}"
kldload -v ${mod}
kldload ${mod}
fi
done