dracut-systemd/dracut-initqueue: only start service if really needed
[dracut.git] / TODO
blob55fe13bde437e1aa2976fec9fb4ab093c6c3d233
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.
5 Items are ordered in priority.
7 INITRAMFS TODO
9 - search domain string
10 - allow dual stack configuration (IPv4, IPv6) for the same interface
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
14 - use info and warn prefix
15 - generate systemd unit dracut-initramfs-restore in /run/systemd dynamically
16 - put "root=" parsing hooks in separate hook dir
17 - call "root=" parsing hooks after getting new rootpath from dhcp
18 - put mount hook in main initqueue loop / careful about resume!
19 - the hard-coded list of udev rules that we care about is kind of lame.
20 - panic fallback
21 - bridging/bonding without "netroot=" https://bugzilla.redhat.com/show_bug.cgi?id=822750
22 - progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118
23 - domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778
24 - disable write-ifcfg https://bugzilla.redhat.com/show_bug.cgi?id=840784
25 - check for /var to be mounted in convertfs https://bugzilla.redhat.com/show_bug.cgi?id=848172
26 - probably fix "--include" https://bugzilla.redhat.com/show_bug.cgi?id=849338
28 GENERATOR TODO
30 - report errors on missing files in check()
31 - remove wait for swap devs, if no "resume=" is given on the kernel command line
32 - remove wait for swap devs, if the "resume" dracut module is not included (omitted)
33 - add presets (predefined set of modules)
34 - add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
35 - add mechanism for module specific command line options
36 - pkg-config integration, to make it easy for other packages to use us.
37 - default module specification could use some work
38 - udev rule copying, as mentioned above, is a bit too hard-coded
40 - dracut-install parse LD_SHOW_AUXV="" AT_PLATFORM for lib install
42 CODE TODO
44 - document more functions
45 - make function vars local, and prefix with "_"
47 Future Enhancement Requests
49 - run ssh server to enter crypto password or perform debugging (supported by debian)
50 - https://bugzilla.redhat.com/show_bug.cgi?id=524727 - dracut + encrypted root + networking
52 - lsinitrd --print-cmdline
53 - dracut --print-cmdline error if additional arguments
54 - library for cmdline