summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index a338889..73981a5 100644
--- a/init
+++ b/init
@@ -48,7 +48,7 @@ run_scripts /scripts/init-top
# Load the modules
# FIXME - do module options here
for x in $(cat /conf/modules); do
- insmod /modules/$x
+ modprobe $x
done
# Populate /dev tree