diff options
author | Harald Hoyer <harald@redhat.com> | 2012-06-06 18:20:35 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2012-06-06 18:20:35 +0200 |
commit | fe1484f3db0c7fe7fe8e6d5cc1e6e4d8f0b17052 (patch) | |
tree | 1bf527627b904ad4ba2ca665f7f845693d053917 /TODO | |
parent | d161561290909523818e5ec16271e5f88b6152de (diff) | |
download | dracut-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-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |