On Wed, Jan 28, 2009 at 06:13:21PM -0700, Eugene Blanchard wrote: > I have an Asterisk PBX server running on CentOS (kernel 2.6..). I need > to blacklist the USB ports in /etc/modprobe.d/blacklist. It doesn't > currently have the initramfs tools. If I install the tools, can I just > run "update-initramfs -u -k `uname -r`"? Or do I have to configure > initramfs?
initramfs-tools respects /etc/modprobe.d blacklist, they get copied over to the initramfs itself. haven't run centos for a while, but yes if you install the relevant initramfs-tools hooks and boot scripts it should just work. kind regards -- maks -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

