dracut/0013-TODO-update.patch
Harald Hoyer 66318bb058 update to latest git
- fixes for convertfs (/usr-move)
2012-02-29 13:24:44 +01:00

55 lines
1.9 KiB
Diff

From 34769a1445836bb43df3f27d8771ef6b86f29771 Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Tue, 28 Feb 2012 12:19:39 +0100
Subject: [PATCH] TODO: update
---
TODO | 23 ++++++++++++++++-------
1 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/TODO b/TODO
index e5abef0..6c27268 100644
--- a/TODO
+++ b/TODO
@@ -1,24 +1,33 @@
-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
+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.
+
+Items are ordered in priority.
+
INITRAMFS TODO
-- The hard-coded list of udev rules that we care about is kind of lame.
+- put "root=" parsing hooks in separate hook dir
+- call "root=" parsing hooks after getting new rootpath from dhcp
+- put mount hook in main initqueue loop
+- the hard-coded list of udev rules that we care about is kind of lame.
- automatic kexec fallback
- panic fallback
-- fsck for $NEWROOT/usr
GENERATOR TODO
-- Default module specification could use some work
-- udev rule copying, as mentioned above, is a bit too hard-coded
+- add mechanism for module specific command line options
- pkg-config integration, to make it easy for other packages to use us.
- add recovery image creator (mkrecovery)
+- default module specification could use some work
+- udev rule copying, as mentioned above, is a bit too hard-coded
CODE TODO
-- document functions
+
+- document more functions
- make function vars local, and prefix with "_"
Future Enhancement Requests
- run ssh server to enter crypto password or perform debugging (supported by debian)
-- Bug 524727 - Dracut + encrypted root + networking
+- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - Dracut + encrypted root + networking