aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:55:49 -0700
committerChris Gianelloni <wolf31o2@gentoo.org>2008-07-28 14:55:49 -0700
commit73e34e757ea200c118a8f6fe20697e45b3079221 (patch)
tree6f2d4543879f17a886a1f01b0e33991f325a422c /TODO
parentAdded a defaults directory to store default files for builds. These are over... (diff)
downloadgenkernel-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--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 8135cb0b..cc34c2e8 100644
--- a/TODO
+++ b/TODO
@@ -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
+