From 0958c0bcbad1a9db223225b9e69247e6b9c7a80c Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Tue, 25 Apr 2006 21:57:18 +0000 Subject: git-svn-id: http://projects.archlinux.org/svn/initramfs/mkinitcpio@14 880c04e9-e011-0410-abf7-b926e227c9cd --- hooks/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hooks') 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 } -- cgit v1.2.3-24-g4f1b