summaryrefslogtreecommitdiffstats
path: root/hooks/base
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/base')
-rw-r--r--hooks/base2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/base b/hooks/base
index 706fb85..eccf591 100644
--- a/hooks/base
+++ b/hooks/base
@@ -3,7 +3,7 @@ run_hook ()
{
if [ -e "/sys/bus/pci" ]; then
msg -n "Loading base modules..."
- /bin/modprobe -a -q $(/bin/cat /sys/bus/pci/devices/*/modalias) >/dev/null 2>&1 &
+ /bin/modprobe -a -q $(/bin/cat /sys/bus/pci/devices/*/modalias) >/dev/null 2>&1
msg "done."
fi
}