]> git.ipfire.org Git - thirdparty/dracut.git/blob - TODO
TODO: update
[thirdparty/dracut.git] / TODO
1 Current TODO list, broken into things which are relevant for the
2 initramfs itself (/init et al) vs the generator.
3 A lot of things are/should be marked with "FIXME" in the code.
4
5 Items are ordered in priority.
6
7 INITRAMFS TODO
8
9 - add sosreport
10 - generate systemd unit dracut-initramfs-restore in /run/systemd dynamically
11 - put "root=" parsing hooks in separate hook dir
12 - call "root=" parsing hooks after getting new rootpath from dhcp
13 - put mount hook in main initqueue loop / careful about resume!
14 - the hard-coded list of udev rules that we care about is kind of lame.
15 - panic fallback
16
17 GENERATOR TODO
18
19 - add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
20 - provide "installkernel" and "new-kernel-pkg"
21 - add mechanism for module specific command line options
22 - pkg-config integration, to make it easy for other packages to use us.
23 - add recovery image creator (mkrecovery)
24 - default module specification could use some work
25 - udev rule copying, as mentioned above, is a bit too hard-coded
26
27 CODE TODO
28
29 - document more functions
30 - make function vars local, and prefix with "_"
31
32 Future Enhancement Requests
33
34 - run ssh server to enter crypto password or perform debugging (supported by debian)
35 - https://bugzilla.redhat.com/show_bug.cgi?id=524727 - Dracut + encrypted root + networking
36