From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-dev+bounces-47646-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1R4MgE-0006zg-7z
	for garchives@archives.gentoo.org; Fri, 16 Sep 2011 00:53:22 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id A0B3F21C089;
	Fri, 16 Sep 2011 00:53:12 +0000 (UTC)
Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53])
	by pigeon.gentoo.org (Postfix) with ESMTP id E462221C075
	for <gentoo-dev@lists.gentoo.org>; Fri, 16 Sep 2011 00:52:39 +0000 (UTC)
Received: by bkbzt12 with SMTP id zt12so4076071bkb.40
        for <gentoo-dev@lists.gentoo.org>; Thu, 15 Sep 2011 17:52:39 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=mime-version:sender:in-reply-to:references:date
         :x-google-sender-auth:message-id:subject:from:to:content-type;
        bh=VVKBSUq/h8yJp+kH8zqhgb19hkAbSVsxpCHg+gRqzp0=;
        b=xMYZtUu47xFs7mt90dB7UL0qmlhDDUTLoQ7Q7ypU53s3fqbB5snQttuRPL96jHqmMi
         at4GqWqeOViqfZwUP4RiOS4SHUKGtUQA9tZZGjBdNjP6efWTkfrkY4NFq+n9ui1wGAwp
         Tpl2Gt/YYSFpz3Vu9UgnZAMFKdspjj9D7g9OU=
Precedence: bulk
List-Post: <mailto:gentoo-dev@lists.gentoo.org>
List-Help: <mailto:gentoo-dev+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-dev+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-dev+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-dev.gentoo.org>
X-BeenThere: gentoo-dev@lists.gentoo.org
Reply-to: gentoo-dev@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.204.142.140 with SMTP id q12mr809544bku.247.1316133137765;
 Thu, 15 Sep 2011 17:32:17 -0700 (PDT)
Sender: freemanrich@gmail.com
Received: by 10.204.143.67 with HTTP; Thu, 15 Sep 2011 17:32:17 -0700 (PDT)
In-Reply-To: <42470643.KfzzEPSzdV@eve>
References: <1740055.XA9oyAS8HQ@eve>
	<8673732.aDYRJ5yb2i@eve>
	<CAGfcS_mV9QS5xLEPOR5G_vEmWNw4iFbMxf=+dBmyWaGVWX+MMQ@mail.gmail.com>
	<42470643.KfzzEPSzdV@eve>
Date: Thu, 15 Sep 2011 20:32:17 -0400
X-Google-Sender-Auth: nhcEF9ZMMHCLOvtdaWZr0ddjmrU
Message-ID: <CAGfcS_m_Yu2_cBYf0V9rkkxf2BdP+w6Sm_iP8UAYqTxKpr8XVg@mail.gmail.com>
Subject: Re: [gentoo-dev] udev and /usr
From: Rich Freeman <rich0@gentoo.org>
To: gentoo-dev@lists.gentoo.org
Content-Type: multipart/alternative; boundary=001517447c2427559e04ad0420a3
X-Archives-Salt: 
X-Archives-Hash: 020beb38cb1f40fb3f16cc84a93c9f62

--001517447c2427559e04ad0420a3
Content-Type: text/plain; charset=ISO-8859-1

On Thu, Sep 15, 2011 at 5:48 PM, Joost Roeleveld <joost@antarean.org> wrote:

> Will the ebuild automatically add all the different modules into the
> /etc/dracut.conf ?
> Please note, I am asking these questions to put my mind at ease and
> hopefully
> be able to explain all this back to the people on gentoo-user.
>
>
Honestly, I'd recommend just trying it out.  Dracut right now is as usable
as any non-initramfs solution out there and you can always add it as an
extra non-default option in grub so that it doesn't mess you up if it
doesn't work.

I've found that dracut is pretty auto-magic by default and the config file
doesn't generally need tampering.  Most of the options are to NOT load
modules or to minimize the initramfs size by figuring out what modules are
actually needed and only load those (which means if you change hardware
between boots it could come up short).

The modules that are available are controlled by use flags.  Actually, I
think it is a DRACUT_MODULES variable or something like that (not unlike how
X11 handles drivers).

Rich

--001517447c2427559e04ad0420a3
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On Thu, Sep 15, 2011 at 5:48 PM, Joost Roeleveld <span dir=3D"ltr">&lt;<a h=
ref=3D"mailto:joost@antarean.org">joost@antarean.org</a>&gt;</span> wrote:<=
br><div class=3D"gmail_quote"><blockquote class=3D"gmail_quote" style=3D"ma=
rgin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class=3D"im">Will the ebuild automatically add all the different modul=
es into the</div>
/etc/dracut.conf ?<br>
Please note, I am asking these questions to put my mind at ease and hopeful=
ly<br>
be able to explain all this back to the people on gentoo-user.<br>
<div class=3D"im"><br></div></blockquote><div><br></div><div>Honestly, I&#3=
9;d recommend just trying it out. =A0Dracut right now is as usable as any n=
on-initramfs solution out there and you can always add it as an extra non-d=
efault option in grub so that it doesn&#39;t mess you up if it doesn&#39;t =
work.</div>
<div><br></div><div>I&#39;ve found that dracut is pretty auto-magic by defa=
ult and the config file doesn&#39;t generally need tampering. =A0Most of th=
e options are to NOT load modules or to minimize the initramfs size by figu=
ring out what modules are actually needed and only load those (which means =
if you change hardware between boots it could come up short). =A0</div>
<div><br></div><div>The modules that are available are controlled by use fl=
ags. =A0Actually, I think it is a DRACUT_MODULES variable or something like=
 that (not unlike how X11 handles drivers).</div><div><br></div><div>Rich</=
div>
</div>

--001517447c2427559e04ad0420a3--