On Monday 13 August 2007 23:00, Bob S wrote: > Hello SuSE people, > > I want to put a modprobe command to start at boot up. Running 10.2. Used to > be in /etc/rc.d/rc.local Don't seem to have that anymore and I can't > figure out which is the right one from the many. >
Hi Bob, /etc/init.d/boot.local allows you to use modprobe <module> & which will insert module in background. If module is critical for system startup you have to use Cristian's advice. -- Regards, Rajko. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
