diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-13 02:35:34 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-01-13 11:12:41 -0200 |
commit | bc43496a87820bac96948497a21e0dfd84477227 (patch) | |
tree | bbf2f98696b6c8d1adaecb8eeb2b4873a0304801 /TODO | |
parent | 6b04ef324ab2fe3fd11051bcdd63c51751ecb309 (diff) | |
download | kmod-bc43496a87820bac96948497a21e0dfd84477227.tar.gz kmod-bc43496a87820bac96948497a21e0dfd84477227.tar.bz2 kmod-bc43496a87820bac96948497a21e0dfd84477227.zip |
modprobe: dump configuration
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -17,7 +17,9 @@ Features: * Add functions to list all modules known by modules.dep * provide 1:1 compatibility with module-init-tools's modprobe - - dump configuration + - dump modules.alias and modules.symbols + +* Add docs to kmod_config_* functions * Add manpages: copy them from module-init-tools and make the necessary changes @@ -103,6 +105,12 @@ modprobe install "echo bli" install "echo bla" +* kmod doesn't dump the configuration as is in the config files. Instead it + dumps the configuration as it was parsed. Therefore, comments and file names + are not dumped, but on the good side we know what the exact configuration + kmod is using. We did this because if we only want to know the entire content + of configuration files, it's enough to use find(1) in modprobe.d directories + depmod ------ |