To permanently do so, if using lilo,
change the /etc/lilo.conf file.
Add a line (if u dont have)
---> append = "parameters" (i.e. append = "initrd=initrd.img .....")
If u have that line in ur kernel parameter, just add it at the end of the append.
---> append = "....... noscsi"
Lastly, save and apply your changes by typing "lilo" command on the console.
=============
root@slacky# lilo
Added *Linux
Added *Penguin
root@slacky#
==============
BUt, wait a sec, if want to disable the hotplug, why don't u remove the executable flag for /etc/rc.d/rc.hotplug file?
By:
root@slacky# chmod -x /etc/rc.d/rc.hotplug
Last edited by dragoncity99; 03-21-2005 at 10:43 AM.
|