Browse Source

TODO, NEWS: update

master
Harald Hoyer 14 years ago
parent
commit
4765889b2e
  1. 6
      NEWS
  2. 11
      TODO

6
NEWS

@ -1,8 +1,10 @@ @@ -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
==========

11
TODO

@ -2,12 +2,15 @@ Current TODO list, broken into things which are relevant for the initramfs itsel @@ -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 @@ -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


Loading…
Cancel
Save