]> git.ipfire.org Git - thirdparty/dracut.git/blobdiff - TODO
network-manager: remove useless use of basename
[thirdparty/dracut.git] / TODO
diff --git a/TODO b/TODO
index 78dae0f37e3081be7480fbf5c92fa333af29f732..f4fc208aaad539eaf18e77784003ac091821fc5a 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,6 +6,7 @@ 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
@@ -17,17 +18,15 @@ INITRAMFS TODO
 - 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.
 - panic fallback
-- bridging/bonding without "netroot=" https://bugzilla.redhat.com/show_bug.cgi?id=822750
 - progress indication for fsck https://bugzilla.redhat.com/show_bug.cgi?id=827118
 - domain, searchdomain https://bugzilla.redhat.com/show_bug.cgi?id=840778
-- disable write-ifcfg https://bugzilla.redhat.com/show_bug.cgi?id=840784
-- check for /var to be mounted in convertfs https://bugzilla.redhat.com/show_bug.cgi?id=848172
 - 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