Where does one specify additional modules to load at boot. Specifically I want my SCSI driver loaded at boot. Suse support talks about modifying a line in rc.config but I can't find that file and suspect that things have moved on since that was written. Scott
On Wednesday 29 June 2005 12:28 pm, J. Scott Thayer, M.D. wrote:
Where does one specify additional modules to load at boot. Specifically I want my SCSI driver loaded at boot. Suse support talks about modifying a line in rc.config but I can't find that file and suspect that things have moved on since that was written. Scott
/etc/rc.d.README and /etc/init.d/README for your edification. /etc/init.d/boot.local for your answer. Stan
On Wednesday 29 June 2005 13:47, Stan Glasoe wrote:
On Wednesday 29 June 2005 12:28 pm, J. Scott Thayer, M.D. wrote:
Where does one specify additional modules to load at boot. Specifically I want my SCSI driver loaded at boot. Suse support talks about modifying a line in rc.config but I can't find that file and suspect that things have moved on since that was written. Scott
/etc/rc.d.README and /etc/init.d/README for your edification. /etc/init.d/boot.local for your answer.
Stan
Thank you kind sir. S
On Wednesday 29 June 2005 19:47, Stan Glasoe wrote:
On Wednesday 29 June 2005 12:28 pm, J. Scott Thayer, M.D. wrote:
Where does one specify additional modules to load at boot. Specifically I want my SCSI driver loaded at boot. Suse support talks about modifying a line in rc.config but I can't find that file and suspect that things have moved on since that was written. Scott
/etc/rc.d.README and /etc/init.d/README for your edification. /etc/init.d/boot.local for your answer.
/etc/sysconfig/kernel, specifically MODULES_LOADED_ON_BOOT
On Wed, 2005-06-29 at 13:28 -0400, J. Scott Thayer, M.D. wrote:
Where does one specify additional modules to load at boot. Specifically I want my SCSI driver loaded at boot. Suse support talks about modifying a line in rc.config but I can't find that file and suspect that things have moved on since that was written. Scott
Look at /etc/sysconfig/kernel there are two lines you could specify, one is INITRD_MODULES which will add the modules to the initrd to load at boot time and there is MODULES_LOADED_ON_BOOT will load the modules during bootup. -- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998 "The day Microsoft makes something that doesn't suck is probably the day they start making vacuum cleaners." -Ernst Jan Plugge
Look at /etc/sysconfig/kernel there are two lines you could specify, one is INITRD_MODULES which will add the modules to the initrd to load at boot time and there is MODULES_LOADED_ON_BOOT will load the modules during bootup.
-- Ken Schneider UNIX since 1989, linux since 1994, SuSE since 1998
Thanks, worked like a charm. S
participants (4)
-
Anders Johansson
-
J. Scott Thayer, M.D.
-
Ken Schneider
-
Stan Glasoe