X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=TODO;h=f4fc208aaad539eaf18e77784003ac091821fc5a;hb=ca8f1c1ba3e5f1ebfb2e5e70ea4d4b7a791b0bc2;hp=6c272680d96c0e1558c1765c9a17b8873771fc70;hpb=34769a1445836bb43df3f27d8771ef6b86f29771;p=thirdparty%2Fdracut.git diff --git a/TODO b/TODO index 6c272680d..f4fc208aa 100644 --- a/TODO +++ b/TODO @@ -6,21 +6,36 @@ Items are ordered in priority. INITRAMFS TODO +- search domain string +- allow dual stack configuration (IPv4, IPv6) for the same interface +- "bind-mount" kernel drivers in real root for the rescue image, + if the real root does not have any kernel modules for this kernel + https://bugzilla.redhat.com/show_bug.cgi?id=1046510 +- use info and warn prefix +- generate systemd unit dracut-initramfs-restore in /run/systemd dynamically - put "root=" parsing hooks in separate hook dir - call "root=" parsing hooks after getting new rootpath from dhcp -- put mount hook in main initqueue loop +- put mount hook in main initqueue loop / careful about resume! - the hard-coded list of udev rules that we care about is kind of lame. -- automatic kexec fallback - panic fallback +- progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118 +- domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778 +- probably fix "--include" https://bugzilla.redhat.com/show_bug.cgi?id=849338 GENERATOR TODO +- report errors on missing files in check() +- remove wait for swap devs, if no "resume=" is given on the kernel command line +- remove wait for swap devs, if the "resume" dracut module is not included (omitted) +- add presets (predefined set of modules) +- add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions) - add mechanism for module specific command line options - pkg-config integration, to make it easy for other packages to use us. -- add recovery image creator (mkrecovery) - default module specification could use some work - udev rule copying, as mentioned above, is a bit too hard-coded +- dracut-install parse LD_SHOW_AUXV="" AT_PLATFORM for lib install + CODE TODO - document more functions @@ -29,5 +44,8 @@ CODE TODO Future Enhancement Requests - run ssh server to enter crypto password or perform debugging (supported by debian) -- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - Dracut + encrypted root + networking +- https://bugzilla.redhat.com/show_bug.cgi?id=524727 - dracut + encrypted root + networking +- lsinitrd --print-cmdline +- dracut --print-cmdline error if additional arguments +- library for cmdline