dracut/TODO
Victor Lowther 6b0daf2e25 Goodbye, nash. We won't miss you.
This supercedes my previous switch_root patches, and applies on top of davej's
repo at git.kernel.org.

Nash is gone.  In its place we have a reasonable switch_root implementation.

Of course, this switch_root is written in some rather hideous shell script,
and relies on some rather dodgy hacks.  Rewriting in C would help things out.

However, it should be distro-independent, and it gets the job done.
2009-02-17 11:05:46 -05:00

37 lines
1.5 KiB
Plaintext

Current TODO list, broken into things which are relevant for the
initramfs itself (/init et al) vs the generator. A lot of things
are/should be marked with "FIXME" in the code
INITRAMFS TODO
--------------
* We have a horribly ugly switchroot implementation whose only
good point is that it gets rid of our dependency on nash.
It needs to be replaced by something nicer.
* The hard-coded list of udev rules that we care about is kind of
lame. See about getting /lib/udev/initrules.d or similar for storing
the rules that we care about in the initramfs. These could be
symlinks/hardlinks to the main rules in some cases or special-cased
ones
* LVM activation by udev is a bit of a large hammer right now
* root= parsing should be done with udev creating /dev/root symlink
for us appropriately
* Proving some support with a simple network based root would be good
* Do we just call dhclient, etc or try to get NetworkManager going?
* Would be nice not to have to kill and restart udev across switchroot
* mdraid
* dmraid
* multipath
* Should SELinux policy be done in the initramfs or from the real
rootfs?
* Keyboard layout/consolefont setup is Fedora/RHEL-specific.
GENERATOR TODO
--------------
* Default module specificatoin could use some work
* udev rule copying, as mentioned above, is a bit too hard-coded
* pkg-config integration, to make it easy for other packages to use us.
* Autotool-izing the package is probably overkill, but making the Makefile
vaguely autotools-compatible and adding a configure script would probably
be a good thing.