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 "
>
On Tue, Nov 19, 2013 at 3:06 PM, Gianluca Cecchi
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 init ->
/usr/lib/sy
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 g
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:
https://admin.fe
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 rebuil
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" 3.
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_driver
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:
https:/