aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xrc.d/rc.sysinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/rc.sysinit b/rc.d/rc.sysinit
index 2460317e..b9955519 100755
--- a/rc.d/rc.sysinit
+++ b/rc.d/rc.sysinit
@@ -367,7 +367,7 @@ if [ -f /proc/scsi/scsi ] && cat /proc/scsi/scsi | grep -q 'Type: Sequential-A
if cat /proc/devices | grep -qv ' 9 st' ; then
if [ -n "$USEMODULES" ] ; then
# Try to load the module. If it fails, ignore it...
- modprobe st 2>/dev/null
+ insmod -p st >/dev/null 2>&1 && modprobe st >/dev/null 2>&1
fi
fi
fi