From: Lucas De Marchi Date: Sun, 1 Jan 2012 07:47:17 +0000 (-0200) Subject: TODO: add list of things that are different on kmod X-Git-Tag: v3~29 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a96c5f1d5a0ae447adfbde94c9a3de714866721;p=thirdparty%2Fkmod.git TODO: add list of things that are different on kmod --- diff --git a/TODO b/TODO index 69a0a0d3..6ecbf200 100644 --- 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