summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2009-02-13 04:43:31 -0800
committerDave Jones <davej@redhat.com>2009-02-16 13:56:51 -0500
commitc968efbb13b3d1d88e6a3bc8f7b96f4bce9cee99 (patch)
tree70d360f772caa896e40454f1c2d7429e17759d97 /TODO
parent53f954561afdb87a67e0f943556095f0eb7cbbc0 (diff)
[PATCH 50/50] Some documentation updates
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 4 insertions, 7 deletions
diff --git a/TODO b/TODO
index a59c869..e04be3a 100644
--- a/TODO
+++ b/TODO
@@ -16,15 +16,8 @@ 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
-* dm-crypt (luks) depends on plymouth
-* plymouth is hard-coded... this may be reasonable as modesetting goes
-into the upstream kernel as a way to get off of fb-splash stuff, but I
-can see this being a point of contention for other distros
- * plymouth --show-splash should be done as a udev rule so that we
- can switch modes first
* root= parsing should be done with udev creating /dev/root symlink
for us appropriately
-* Support thaw (resume from hibernate)
* 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
@@ -40,3 +33,7 @@ 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.