dracut.sh: recognize swap entries in fstab with mountpoint "none"
[platform/upstream/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 - use info and warn prefix
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 - bridging/bonding without "netroot=" https://bugzilla.redhat.com/show_bug.cgi?id=822750
17 - progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118
18 - domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778
19 - disable write-ifcfg https://bugzilla.redhat.com/show_bug.cgi?id=840784
20 - check for /var to be mounted in convertfs https://bugzilla.redhat.com/show_bug.cgi?id=848172
21 - probably fix "--include" https://bugzilla.redhat.com/show_bug.cgi?id=849338
22
23 GENERATOR TODO
24
25 - remove wait for swap devs, if no "resume=" is given on the kernel command line
26 - add presets (predefined set of modules)
27 - add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
28 - add mechanism for module specific command line options
29 - pkg-config integration, to make it easy for other packages to use us.
30 - default module specification could use some work
31 - udev rule copying, as mentioned above, is a bit too hard-coded
32
33 - dracut-install parse LD_SHOW_AUXV="" AT_PLATFORM for lib install
34
35 CODE TODO
36
37 - document more functions
38 - make function vars local, and prefix with "_"
39
40 Future Enhancement Requests
41
42 - run ssh server to enter crypto password or perform debugging (supported by debian)
43 - https://bugzilla.redhat.com/show_bug.cgi?id=524727 - dracut + encrypted root + networking
44