diff options
author | Harald Hoyer <harald@redhat.com> | 2011-07-18 17:04:54 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-07-18 17:04:54 +0200 |
commit | 4765889b2e03ae827deb17e60bb84c506213bab3 (patch) | |
tree | fe07d9c92d3861a4bf2853ed9c76d0b3f2785cff /TODO | |
parent | b038e0aac92708eb319250fd82b70ad5031b7870 (diff) | |
download | dracut-4765889b2e03ae827deb17e60bb84c506213bab3.tar.gz dracut-4765889b2e03ae827deb17e60bb84c506213bab3.tar.bz2 dracut-4765889b2e03ae827deb17e60bb84c506213bab3.zip |
TODO, NEWS: update
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 3 insertions, 8 deletions
@@ -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 - |