- reorg of init scripts
This commit is contained in:
Stephan Raue 2009-11-16 07:51:26 +01:00
parent 81da6ca44a
commit 3664e22f50

View File

@ -11,7 +11,7 @@ progress "Loading kernel modules"
IFS='
'
for module in `cat /etc/modules|grep "^[^#]"`; do
eval "modprobe $module" >/dev/null 2>&1
eval "modprobe $module" >/dev/null 2>&1 &
done
exit 0