mirror of
https://github.com/AuxXxilium/kmod.git
synced 2024-11-23 23:10:53 +07:00
TODO: update differences with m-i-t
This commit is contained in:
parent
0cf2832a31
commit
f564394f99
14
TODO
14
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
|
||||
------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user