]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
TODO: add tasks to modprobe
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 10 Jan 2012 12:19:01 +0000 (10:19 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Tue, 10 Jan 2012 12:19:01 +0000 (10:19 -0200)
TODO

diff --git a/TODO b/TODO
index b907f71b5ace65fb8d09a1e68d5df83b83330889..6bd5736a88fd0fb266ed162af73ced057eab1272 100644 (file)
--- a/TODO
+++ b/TODO
@@ -18,6 +18,9 @@ Features:
 
 * provide 1:1 compatibility with module-init-tools's modprobe
    - dump configuration
+   - deal with dependency loop
+   - break dependency loop when all it needs is to check if the module is
+     already loaded
 
 * Add manpages: copy them from module-init-tools and make the necessary changes