Welcome to the Linux Foundation Forum!

blacklisting modules in anaconda

I'm attempting to blacklist a specific kernel module (lpfc, for an emulex fc hba) and have not found a way to do it.

I'm using the vmlinuz and initrd from the rhel5.3 iso (doing a usb install) and have modified the kernel boot parameters to include blacklist=lpfc (found it on a fedora forum) but anaconda is not honoring the parameter.

Any ideas?

-Ryan

Comments

  • gomer
    gomer Posts: 158
    If you are running a redhat based distro, you should be able to just edit /etc/modprobe.conf and add a line akin to:
    alias lpfc off
    
  • rmcguire
    rmcguire Posts: 2
    Thanks for the reply. I do use this module after the machine has been kickstarted, what I'm hoping to accomplish is to prevent anaconda from loading that module during installation as it auto-maps the luns so I can't predict the dev node for the usb drive (which I need to specify the ks.cfg location).

    -Ryan

Categories

Upcoming Training