James Olin Oden wrote: >>Some of the pieces I am building and adding to my RedHat installation are >>requiring modifications to the /etc/rc.d/rc.sysinit script. >> >>What would be the response to creating an rc.sysinit.d, breaking the >>rc.sysinit >>script into smaller scripts that live in rc.sysinit.d and modifying >>rc.sysinit to >>just loop through each of the scripts in numerical order? >> >Can't you get there by just adding a new RC script in the init.d directory >and and using chkconfig (I think that is it) to enable it in your RPM that >installs the new RC script? > >...james > The one I am coming across right now is lkcd (Linux Kernel Crash Dump) which needs the crash dump command run before the swapon occurs. This happens in rc.sysinit. Any other suggestions are welcome, but I think this would make the addition of new early init pieces more modular. Thanks, Robin _______________________________________________ Redhat-devel-list mailing list Redhat-devel-list@redhat.com https://listman.redhat.com/mailman/listinfo/redhat-devel-list