From: Dave Jones <davej-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: Current status of dracut.
Date: Mon, 2 Feb 2009 11:57:36 -0500 [thread overview]
Message-ID: <20090202165736.GB29131@redhat.com> (raw)
In-Reply-To: <20090202163708.GA27474-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
On Mon, Feb 02, 2009 at 11:37:08AM -0500, Dave Jones wrote:
> Things that still need doing include, but are not limited to..
>
A few more things..
The current Fedora mkinitrd generates initrds in the ~3MB range.
A dracut generated image is ~17MB.
At least part of this problem is that we're including a ton of kernel
modules. We could probably be smarter about our initial selection,
and trim out the really unlikely cases.
I think it's safe to say no-one cares about root on i2o for example.
The TODO in the git for some other pointed questions.
* NetworkManager vs dhclient for network based roots.
I think the latter makes more sense, otherwise we end up
sucking hal and all its dependancies into the image too.
When the real rootfs starts up NM it should be able to dtrt.
* selinux policy loading.
I don't think there's any real reason this has to be in the initrd.
Though it means that either upstart or whatever init you use has to
do it, or your /sbin/init needs to become
#!/bin/sh
/usr/sbin/loadpolicy
/sbin/realinit
Thoughts?
Finally, the udev rules currently in dracut are kind of hacky.
It'd be good to just have a set of rules provided by the
system udev that we can drop in there.
Dave
--
http://www.codemonkey.org.uk
--
To unsubscribe from this list: send the line "unsubscribe initramfs" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2009-02-02 16:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-02-02 16:37 Current status of dracut Dave Jones
[not found] ` <20090202163708.GA27474-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 16:57 ` Dave Jones [this message]
[not found] ` <20090202165736.GB29131-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 17:26 ` Thadeu Lima de Souza Cascardo
2009-02-02 19:50 ` Jeremy Katz
[not found] ` <20090202195008.GA23229-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 20:09 ` Kay Sievers
[not found] ` <ac3eb2510902021209j2de84cc7ue4538b3685d071e5-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-02 20:14 ` Dave Jones
[not found] ` <20090202201456.GC31858-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 20:20 ` Kay Sievers
2009-02-02 20:12 ` Dave Jones
2009-02-02 20:26 ` Bill Nottingham
2009-02-02 17:46 ` Sam Ravnborg
[not found] ` <20090202174600.GA7193-QabhHTsIXMSnlFQ6Q1D1Y0B+6BGkLq7r@public.gmane.org>
2009-02-02 19:16 ` Thiago Galesi
[not found] ` <82ecf08e0902021116v592da5aye9f20d545d0be06e-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-02-02 20:17 ` Dave Jones
2009-02-02 21:32 ` maximilian attems
[not found] ` <20090202213258.GL2906-P4at2qFsAtP5lb2fJPEjcQ@public.gmane.org>
2009-02-02 22:10 ` Dave Jones
[not found] ` <20090202221007.GA24532-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 22:09 ` maximilian attems
2009-02-02 21:41 ` maximilian attems
[not found] ` <20090202214143.GA12625-U9r9yeDMy7A@public.gmane.org>
2009-02-02 22:01 ` Dave Jones
[not found] ` <20090202220120.GA16418-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2009-02-02 22:06 ` maximilian attems
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=20090202165736.GB29131@redhat.com \
--to=davej-h+wxahxf7alqt0dzr+alfa@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.