]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
TODO: add list of things that are different on kmod
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 1 Jan 2012 07:47:17 +0000 (05:47 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Sun, 1 Jan 2012 08:12:00 +0000 (06:12 -0200)
TODO

diff --git a/TODO b/TODO
index 69a0a0d378edfe667fa90f26660aac060edee2db..6ecbf20044d181bdbe6d8735a10cca0961ad636e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -63,3 +63,24 @@ Things to be added/removed in kernel (check what is really needed):
 * module's size should be available under /sys
 
 * kill /proc/modules ?
+
+Things that are different from module-init-tools on purpose (!TODO)
+===================================================================
+
+modprobe
+--------
+
+* 'modprobe -l' was marked as deprecated and does not exist anymore
+
+* 'modprobe -t' is gone, together with 'modprobe -l'
+
+* there's and additional '--remove-dependencies' flags to kmod-modprobe so we
+  can remove modules depending on that one
+
+* kmod-modprobe doesn't parse configuration files whose name don't end on
+  '.alias'  or '.conf'. modprobe used to warn about these files.
+
+depmod
+------
+
+* there's no 'depmod -m' option: legacy modules.*map files are gone