]> git.ipfire.org Git - thirdparty/dracut.git/blame - TODO
network/net-genrules.sh: remove some bashisms
[thirdparty/dracut.git] / TODO
CommitLineData
34769a14
HH
1Current TODO list, broken into things which are relevant for the
2initramfs itself (/init et al) vs the generator.
3A lot of things are/should be marked with "FIXME" in the code.
4
5Items are ordered in priority.
6
f58c3ccf
HH
7INITRAMFS TODO
8
474cca1e 9- use info and warn prefix
585fd006 10- add sosreport
a54658c1 11- generate systemd unit dracut-initramfs-restore in /run/systemd dynamically
34769a14
HH
12- put "root=" parsing hooks in separate hook dir
13- call "root=" parsing hooks after getting new rootpath from dhcp
ddf818da 14- put mount hook in main initqueue loop / careful about resume!
34769a14 15- the hard-coded list of udev rules that we care about is kind of lame.
4765889b 16- panic fallback
69ba5467
HH
17- bridging/bonding without "netroot=" https://bugzilla.redhat.com/show_bug.cgi?id=822750
18- progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118
19- domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778
20- disable write-ifcfg https://bugzilla.redhat.com/show_bug.cgi?id=840784
21- check for /var to be mounted in convertfs https://bugzilla.redhat.com/show_bug.cgi?id=848172
22- probably fix "--include" https://bugzilla.redhat.com/show_bug.cgi?id=849338
23- iscsi livecd boot
f58c3ccf
HH
24
25GENERATOR TODO
26
fe1484f3
HH
27- add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
28- provide "installkernel" and "new-kernel-pkg"
34769a14 29- add mechanism for module specific command line options
f58c3ccf 30- pkg-config integration, to make it easy for other packages to use us.
4765889b 31- add recovery image creator (mkrecovery)
34769a14
HH
32- default module specification could use some work
33- udev rule copying, as mentioned above, is a bit too hard-coded
f58c3ccf
HH
34
35CODE TODO
34769a14
HH
36
37- document more functions
f58c3ccf
HH
38- make function vars local, and prefix with "_"
39
40Future Enhancement Requests
41
f58c3ccf 42- run ssh server to enter crypto password or perform debugging (supported by debian)
600c8769 43- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - dracut + encrypted root + networking
78ad9ceb 44