Re: dracut modules

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 06/24/2010 02:38 PM, Dave Stone wrote:
Hi everyone.  Are there any documents describing how to add new modules
to /usr/share/dracut/modules.d?  I have looked at what is available with RHEL6
Beta 1 version.  I would need to insert my own drivers before lvm.
Thanks in advance for your help.

-Dave


own drivers == kernel driver modules?

/etc/dracut.conf:

# additional kernel modules to the default
#add_drivers+=""

or put it in /etc/dracut.conf.d/mykernelmodules.conf
add_drivers+=" mykernelmodule "


or put it on the kernel command line (see man dracut):

rdloaddriver=<drivername>
force loading kernel module <drivername> This parameter can be specified multiple times.
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux SCSI]

  Powered by Linux