Re: How to disable module in initrd

2013-11-19 Thread Tom Horsley
On Tue, 19 Nov 2013 16:06:15 +0100 Gianluca Cecchi wrote: WHat if I want to manually remove qla2xxx from generated initrd? I'm pretty sure the initrd files are really just gzip compressed cpio archives, so you could uncompress it, extract the files, and do anything you want to them, then

Re: How to disable module in initrd

2013-11-19 Thread Michael Cronenworth
Gianluca Cecchi wrote: How to do it? Dracut seems to ignore blacklist in .conf file under modprobe.d Are you referring to /etc/modprobe.d/? Try placing a file in /lib/modprobe.d/. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: How to disable module in initrd

2013-11-19 Thread Gianluca Cecchi
On Tue Nov 19 15:13:24 UTC 2013 Tom Horsley wrote: I'm pretty sure the initrd files are really just gzip compressed cpio archives, so you could uncompress it, extract the files, and do anything you want to them, then rebuild it (probably a good idea to keep the original in case everything goes

Re: How to disable module in initrd

2013-11-19 Thread Tom H
On Tue, Nov 19, 2013 at 3:06 PM, Gianluca Cecchi gianluca.cec...@gmail.com wrote: BTW: where is the old init script that loaded the kernel modules in the past? # lsinitrd /boot/initramfs-3.13.0-0.rc0.git6.1.fc21.x86_64.img | grep 'init -' lrwxrwxrwx 1 root root 24 Nov 19 16:40

Re: How to disable module in initrd

2013-11-19 Thread Mateusz Marzantowicz
On 19.11.2013 16:06, Gianluca Cecchi wrote: On Tue Nov 19 13:30:32 UTC 2013 Mateusz Marzantowicz wrote: man 5 dracut.conf - section: omit_drivers It seems not to work. Created /etc/dracut.conf.d/qla2xxx_omit.conf # cat /etc/dracut.conf.d/qla2xxx_omit.conf omit_drivers+=qla2xxx dracut

How to disable module in initrd

2013-11-19 Thread Gianluca Cecchi
Hello I would like to recompile initrd on f19 without qla2xxx that is giving me problems on boot. How to do it? Dracut seems to ignore blacklist in .conf file under modprobe.d Thanks Gianluca -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: How to disable module in initrd

2013-11-19 Thread Mateusz Marzantowicz
On 19.11.2013 14:07, Gianluca Cecchi wrote: Hello I would like to recompile initrd on f19 without qla2xxx that is giving me problems on boot. How to do it? Dracut seems to ignore blacklist in .conf file under modprobe.d Thanks Gianluca man 5 dracut.conf - section: omit_drivers

Re: How to disable module in initrd

2013-11-19 Thread Gianluca Cecchi
On Tue Nov 19 13:30:32 UTC 2013 Mateusz Marzantowicz wrote: man 5 dracut.conf - section: omit_drivers It seems not to work. Created /etc/dracut.conf.d/qla2xxx_omit.conf # cat /etc/dracut.conf.d/qla2xxx_omit.conf omit_drivers+=qla2xxx dracut --force initramfs-3.11.8-200.fc19.x86_64.img