summaryrefslogtreecommitdiffstats
path: root/initrd/initrd-stuff/init
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-06-30 01:27:12 +0200
committerDirk von Suchodoletz2006-06-30 01:27:12 +0200
commitac5635ae692d39c7fe837155651049d432c93333 (patch)
treec3d34fbbc5f219fb8110d75595628e9e8bcbfbe3 /initrd/initrd-stuff/init
parentbootsplash bugfix (diff)
downloadcore-ac5635ae692d39c7fe837155651049d432c93333.tar.gz
core-ac5635ae692d39c7fe837155651049d432c93333.tar.xz
core-ac5635ae692d39c7fe837155651049d432c93333.zip
Initial support for busybox, update of hwsetup and hw configuration data
... git-svn-id: http://svn.openslx.org/svn/openslx/ld4@262 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initrd/initrd-stuff/init')
-rwxr-xr-xinitrd/initrd-stuff/init6
1 files changed, 4 insertions, 2 deletions
diff --git a/initrd/initrd-stuff/init b/initrd/initrd-stuff/init
index 2d16d655..cc19feb7 100755
--- a/initrd/initrd-stuff/init
+++ b/initrd/initrd-stuff/init
@@ -2,7 +2,7 @@
# Description: main script for new type of initial ramdisk for
# linux diskless clients version 4
#
-# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 24-06-2006
+# Author(s): Dirk von Suchodoletz <dirk@goe.net>, 29-06-2006
#
# Copyright: (c) 2006 - RZ Universitaet Freiburg
# (c) 2006 - odlx.org project
@@ -200,7 +200,9 @@ else
LOGFILE="/dev/null"
fi
# load network adaptor modules
-modprobe ${MODPRV} -a ${NWMODULES} || error "$init_errnwad"
+for mod in ${NWMODULES}; do
+ modprobe ${MODPRV} $mod || error "$init_errnwad"
+done
# set up loopback networking (ipsetup - function defined in /etc/functions)
ipsetup 127.0.0.1 255.0.0.0 0.0.0.0 127.255.255.255 lo
# analyze ip information from the kernel command line and put parts