summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-13 02:35:34 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-01-13 11:12:41 -0200
commitbc43496a87820bac96948497a21e0dfd84477227 (patch)
treebbf2f98696b6c8d1adaecb8eeb2b4873a0304801 /TODO
parent6b04ef324ab2fe3fd11051bcdd63c51751ecb309 (diff)
downloadkmod-bc43496a87820bac96948497a21e0dfd84477227.tar.gz
modprobe: dump configuration
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
diff --git a/TODO b/TODO
index e947796..2e6987b 100644
--- a/TODO
+++ b/TODO
@@ -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
------