summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2012-06-06 18:20:35 +0200
committerHarald Hoyer <harald@redhat.com>2012-06-06 18:20:35 +0200
commitfe1484f3db0c7fe7fe8e6d5cc1e6e4d8f0b17052 (patch)
tree1bf527627b904ad4ba2ca665f7f845693d053917 /TODO
parentd161561290909523818e5ec16271e5f88b6152de (diff)
downloaddracut-fe1484f3db0c7fe7fe8e6d5cc1e6e4d8f0b17052.tar.gz
dracut-fe1484f3db0c7fe7fe8e6d5cc1e6e4d8f0b17052.tar.bz2
dracut-fe1484f3db0c7fe7fe8e6d5cc1e6e4d8f0b17052.zip
modules are now only handled with /sys/modules and modules.dep
No more "find" and /proc/modules checking. We now rely entirely on depmod and modules.dep
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index acbb0a2e..095ec97e 100644
--- a/TODO
+++ b/TODO
@@ -17,7 +17,8 @@ INITRAMFS TODO
GENERATOR TODO
-- remove /proc/modules use /sys/module
+- add interpreter/plugin-scripts to be sourced at the beginning or end (can use dracut-functions)
+- provide "installkernel" and "new-kernel-pkg"
- add mechanism for module specific command line options
- pkg-config integration, to make it easy for other packages to use us.
- add recovery image creator (mkrecovery)