Nick Rout wrote: > On Thu, November 15, 2007 2:58 pm, Aidan Gauland wrote: >> Hello, >> >> How do you edit whatever it is you need to change your initrd... uh >> thing? I'm asking because in the Suspend2 FAQ it says I need to add >> a line in in my initrd for something, but it's kinda vague about HOW >> you do that.
Pointer to or copy of the relevant part faq would be helpful >> Also, I need to make a kernel module NOT load at boot >> time, for something else. How do you do that? And don't just tell >> me to just recompile the kernel without that module, because there's >> no option for this particular module. Either it is a module, in which case it is not 'compiled into the kernel', or it is compiled in, and no amount of washing will get it out... > some sort of blacklist file in the /etc file tree. google "blacklisting > linux modules" Add a line to /etc/modprobe.d/blacklist using existing contents as example. -- Eliot
