From f564394f99e4565472d7d4d15b9d3129389ed9a0 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Thu, 12 Jan 2012 14:45:11 -0200 Subject: [PATCH] TODO: update differences with m-i-t --- TODO | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/TODO b/TODO index ad908539..8cbb0e92 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 ------ -- 2.47.2