Added the modules directory, which will be used to store the built-in modules and...
authorChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Jul 2008 21:55:49 +0000 (14:55 -0700)
committerChris Gianelloni <wolf31o2@gentoo.org>
Mon, 28 Jul 2008 21:55:49 +0000 (14:55 -0700)
ChangeLog
TODO
modules/README [new file with mode: 0644]

index 22cf93ad43a8c14d9e79f3228d1cd9872d9174b0..cecac3caebcc7901603ee36856acc89e9bdcc3e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni
 # Distributed under the GPL v2
 
+  28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO, +modules/README:
+  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.
+
   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +defaults/busy-config,
   +defaults/config.sh, +defaults/kernel-config, +defaults/modules_load,
   +defaults/nb-busybox.cf:
diff --git a/TODO b/TODO
index 8135cb0b98bbbb9813b3dc7fe2c5135ad5bd0457..cc34c2e81e4f4fc857e55b8a669dfa90919c8f33 100644 (file)
--- 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
+
diff --git a/modules/README b/modules/README
new file mode 100644 (file)
index 0000000..08ece4d
--- /dev/null
@@ -0,0 +1,2 @@
+This directory is used for storing additional modules to extend support in
+genkernel.  The default modules are also installed here.