summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-12 14:45:11 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-12 14:45:11 -0200
commitf564394f99e4565472d7d4d15b9d3129389ed9a0 (patch)
treeb7d106ae64297ce9f4ae32c65efce126f4cf4a7a /TODO
parent0cf2832a31b8c6d7b42def2edfac929863c180d2 (diff)
downloadkmod-f564394f99e4565472d7d4d15b9d3129389ed9a0.tar.gz
TODO: update differences with m-i-t
Diffstat (limited to 'TODO')
-rw-r--r--TODO14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO b/TODO
index ad90853..8cbb0e9 100644
--- a/TODO
+++ b/TODO
@@ -96,6 +96,20 @@ modprobe
module appearing on /sys/modules/* without a initstate file to determine if
it is builtin.
+* modprobe from m-i-t does not honour softdeps for install commands. E.g.:
+ config:
+
+ install bli "echo bli"
+ install bla "echo bla"
+ softdep bla pre: bli
+
+ With m-i-t, the output of 'modprobe --show-depends bla' will be:
+ install "echo bla"
+
+ While with kmod:
+ install "echo bli"
+ install "echo bla"
+
depmod
------