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