diff options
Diffstat (limited to 'packages/altboot/files/altboot.rc/playbeep.sh')
-rw-r--r-- | packages/altboot/files/altboot.rc/playbeep.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/altboot/files/altboot.rc/playbeep.sh b/packages/altboot/files/altboot.rc/playbeep.sh index 9ef6a0c41b..b41f098630 100644 --- a/packages/altboot/files/altboot.rc/playbeep.sh +++ b/packages/altboot/files/altboot.rc/playbeep.sh @@ -11,7 +11,7 @@ then for module in `cat /etc/modules | grep snd | grep -v ^#` do #echo "loading $module" - modprobe $module + modprobe $module >/dev/null 2>&1 done mount -o remount,rw / |