]> git.ipfire.org Git - thirdparty/dracut.git/blob - TODO
TODO, NEWS: update
[thirdparty/dracut.git] / TODO
1 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
2 INITRAMFS TODO
3
4 - The hard-coded list of udev rules that we care about is kind of lame.
5 - automatic kexec fallback
6 - panic fallback
7
8 GENERATOR TODO
9
10 - Default module specification could use some work
11 - udev rule copying, as mentioned above, is a bit too hard-coded
12 - pkg-config integration, to make it easy for other packages to use us.
13 - add recovery image creator (mkrecovery)
14
15 CODE TODO
16 - document functions
17 - make function vars local, and prefix with "_"
18
19 Future Enhancement Requests
20
21 - run ssh server to enter crypto password or perform debugging (supported by debian)
22 - Bug 524727 - Dracut + encrypted root + networking
23