All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Dave Stone <fsck1234-/E1597aS9LQAvxtiuMwx3w@public.gmane.org>
Cc: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: dracut modules
Date: Fri, 25 Jun 2010 13:21:03 +0200	[thread overview]
Message-ID: <4C24911F.4010503@redhat.com> (raw)
In-Reply-To: <loom.20100624T143213-57-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>

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.

  parent reply	other threads:[~2010-06-25 11:21 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-24 12:38 dracut modules Dave Stone
     [not found] ` <loom.20100624T143213-57-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-06-24 13:06   ` Amadeusz Żołnowski
2010-06-25 11:21   ` Harald Hoyer [this message]
2010-06-25 13:53     ` Dave Stone
     [not found]       ` <loom.20100625T153101-235-eS7Uydv5nfjZ+VzJOa5vwg@public.gmane.org>
2010-06-25 13:58         ` Harald Hoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C24911F.4010503@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=fsck1234-/E1597aS9LQAvxtiuMwx3w@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.