]> git.ipfire.org Git - thirdparty/dracut.git/blame - TODO
network-manager: remove useless use of basename
[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
3f979ee4 9- search domain string
80525318 10- allow dual stack configuration (IPv4, IPv6) for the same interface
53c1e483
HH
11- "bind-mount" kernel drivers in real root for the rescue image,
12 if the real root does not have any kernel modules for this kernel
13 https://bugzilla.redhat.com/show_bug.cgi?id=1046510
474cca1e 14- use info and warn prefix
a54658c1 15- generate systemd unit dracut-initramfs-restore in /run/systemd dynamically
34769a14
HH
16- put "root=" parsing hooks in separate hook dir
17- call "root=" parsing hooks after getting new rootpath from dhcp
ddf818da 18- put mount hook in main initqueue loop / careful about resume!
34769a14 19- the hard-coded list of udev rules that we care about is kind of lame.
4765889b 20- panic fallback
69ba5467
HH
21- progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118
22- domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778
69ba5467 23- probably fix "--include" https://bugzilla.redhat.com/show_bug.cgi?id=849338
f58c3ccf
HH
24
25GENERATOR TODO
26
ce052202 27- report errors on missing files in check()
bcfbddef 28- remove wait for swap devs, if no "resume=" is given on the kernel command line
e1e4ee9d 29- remove wait for swap devs, if the "resume" dracut module is not included (omitted)
7abeb498 30- add presets (predefined set of modules)
fe1484f3 31- add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
34769a14 32- add mechanism for module specific command line options
f58c3ccf 33- pkg-config integration, to make it easy for other packages to use us.
34769a14
HH
34- default module specification could use some work
35- udev rule copying, as mentioned above, is a bit too hard-coded
f58c3ccf 36
960b1e48
HH
37- dracut-install parse LD_SHOW_AUXV="" AT_PLATFORM for lib install
38
f58c3ccf 39CODE TODO
34769a14
HH
40
41- document more functions
f58c3ccf
HH
42- make function vars local, and prefix with "_"
43
44Future Enhancement Requests
45
f58c3ccf 46- run ssh server to enter crypto password or perform debugging (supported by debian)
600c8769 47- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - dracut + encrypted root + networking
78ad9ceb 48
3507635b
HH
49- lsinitrd --print-cmdline
50- dracut --print-cmdline error if additional arguments
51- library for cmdline