From: Harald Hoyer Date: Mon, 18 Jul 2011 15:04:54 +0000 (+0200) Subject: TODO, NEWS: update X-Git-Tag: 011~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4765889b2e03ae827deb17e60bb84c506213bab3;p=thirdparty%2Fdracut.git TODO, NEWS: update --- diff --git a/NEWS b/NEWS index cb80df8bb..8566260cf 100644 --- 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 4ca8be7d5..7dcf8dc99 100644 --- 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 -