fi
}
+header "Loading kernel modules from the moduleload= argument"
+if [ "x${_moduleload}" != "x" ]
+then
+
+ OIFS=$IFS
+ IFS=","
+ for i in ${_moduleload}
+ do
+ modprobe_module ${i}
+ done
+ IFS=$OIFS
+fi
+
header "Loading other modules"
for i in `cat /etc/modules_other_early.conf`
do