On 07/22/2011 05:35 PM, Federico Alves wrote:
"The initial system initialisation happens through the /etc/rc.d/rc.sysinit and it is this file which reads the /etc/sysconfig/modules for loading any user defined module.

But since you do not want this to be loaded at the very beginning (before all the filesystem are mounted ) and also not last (after service initialisations), I would suggest that you should add the modprobe command to the tail end of the /etc/rc.d/rc.sysinit script , probably just before the kernel syslog ring buffer is emptied to the log file,

/sbin/modprobe ip_nat_ftp
dmesg -s 131072 > /var/log/dmesg
"

Hi Federico,

   I actually do not need to load any module now that I have my
quote marks placed correctly.

   Thank you for the suggestion!

-T

Reply via email to