]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TODO, NEWS: update
authorHarald Hoyer <harald@redhat.com>
Mon, 18 Jul 2011 15:04:54 +0000 (17:04 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 18 Jul 2011 15:04:54 +0000 (17:04 +0200)
NEWS
TODO

diff --git a/NEWS b/NEWS
index cb80df8bbab6efb79f500b013085b1819aa39667..8566260cfdb172c63d3a22d85f89ed519ffc7251 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,10 @@
 dracut-011
 ==========
 - use udev-168 features for shutting down udev
-- introduce "--prefix" to put all initramfs files in /run/initramfs
-- new shutdown script
+- introduce "--prefix" to put all initramfs files in e.g "/run/initramfs"
+- new shutdown script (called by systemd >= 030) to disassemble the root device
+- lots of bugfixes
+- new module for gpg-encrypted keys - 91crypt-gpg
 
 dracut-010
 ==========
diff --git a/TODO b/TODO
index 4ca8be7d5efc6574c40136eef52c68caf18bce74..7dcf8dc99675c1b12493ceb246b253645234a67b 100644 (file)
--- a/TODO
+++ b/TODO
@@ -2,12 +2,15 @@ Current TODO list, broken into things which are relevant for the initramfs itsel
 INITRAMFS TODO
 
 - The hard-coded list of udev rules that we care about is kind of lame.
+- automatic kexec fallback
+- panic fallback
 
 GENERATOR TODO
 
 - Default module specification 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.
+- add recovery image creator (mkrecovery)
 
 CODE TODO
 - document functions
@@ -15,14 +18,6 @@ CODE TODO
 
 Future Enhancement Requests
 
-Note that our main concern, especially right now, is proving viability of some of the ideas and then showing it with the things that we already support. If things work out, then it should be doable to start putting in support for new things that we don't already have support for. Nothing in this list is guaranteed but if people have ideas about new things, put them here and they'll at least be considered.
-
 - run ssh server to enter crypto password or perform debugging (supported by debian)
-- cryptokey on usbkey rhbz#459485
 - Bug 524727 - Dracut + encrypted root + networking
 
-
-- add recovery image creator (mkrecovery)
-- parameters for automatic kexec fallback
-- parameters for automatic panic fallback
-