diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-28 14:55:49 -0700 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2008-07-28 14:55:49 -0700 |
commit | 73e34e757ea200c118a8f6fe20697e45b3079221 (patch) | |
tree | 6f2d4543879f17a886a1f01b0e33991f325a422c /TODO | |
parent | Added a defaults directory to store default files for builds. These are over... (diff) | |
download | genkernel-73e34e757ea200c118a8f6fe20697e45b3079221.tar.gz genkernel-73e34e757ea200c118a8f6fe20697e45b3079221.tar.bz2 genkernel-73e34e757ea200c118a8f6fe20697e45b3079221.zip |
Added the modules directory, which will be used to store the built-in modules and also for external entities to add their own modules and hooks.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,8 +3,11 @@ - Move modules_load to /etc/genkernel - Move main config to /etc/genkernel - Remove 2.4 kernel support -- Create arch subdir and move all arches under arch - Refactor code to be more simple and extendable - Fix all TODO sections in the code - Add all options to genkernel.conf - Remove initrd support +- Add "include" options to genkernel.conf +- Allow for architecture-specific or module-specific files to override defaults +- Create hooks for various points in the build/install phases for modules + |