# if a post install script exists we execute it
if [ -e /cloner/setup/post_install.sh ]
-do
+then
msg -n "Found a post_install.sh script executing it"
server_log "Executing post_install.sh '${_node}' '${_image}' '${_server}'" "${_node}"
chroot /cloner/mnt /tmp/post_install.sh "${_node}" "${_image}" "${_server}"
rm -f /cloner/mnt/tmp/post_install.sh
-done
+fi
# we want to sort our filesystems via the mntpoint field so we can unmount them in
# the reverse order
fi
}
+header "Loading other modules"
+for i in `cat /etc/modules_other_early.conf`
+do
+ modprobe_module ${i}
+done
header "Loading network card modules"
755:./etc/syscheck/startup.sh
755:./etc/script/startup.sh
644:./etc/modules_other.conf
+644:./etc/modules_other_early.conf
755:./etc/profile
644:./etc/shells
755:./etc/startup.sh