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