mirror of
https://github.com/hackacad/bastille.git
synced 2026-03-25 02:05:11 +01:00
setup: no -v
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user