--- trunk/magellan-initscripts/etc/rc.d/init.d/modules 2005/03/15 19:07:56 71 +++ trunk/magellan-initscripts/etc/rc.d/init.d/modules 2005/07/03 13:39:57 138 @@ -1,5 +1,5 @@ #!/bin/bash -# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/modules,v 1.2 2005-03-15 19:07:56 niro Exp $ +# $Header: /home/cvsd/magellan-cvs/magellan-src/magellan-initscripts/etc/rc.d/init.d/modules,v 1.3 2005-07-03 13:39:57 niro Exp $ #%rlevels: 7:s #%start: 55 @@ -16,16 +16,16 @@ # stops annoying kernel messages echo "0" > /proc/sys/kernel/printk -#renew deps only if not bootet from livecd -#a livecd has always the file .bootdev at root +# renew deps only if not booted from livecd +# a livecd has always the file .bootdev at root if [ ! -e /.bootdev ] then - echo -e ${COLOREDSTAR}"Calculating Modules Dependencies ..." + echo -e ${COLOREDSTAR}"Calculating modules dependencies ..." modules-update evaluate_retval fi -#get modules.autoload file matching to kernel +# get modules.autoload file matching to kernel MODULESFILE=/etc/modules.autoload.d/kernel-$(kernel_major_version) (cat ${MODULESFILE}; echo) | # make sure there is a LF at the end