# 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:
- 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
+
--- /dev/null
+This directory is used for storing additional modules to extend support in
+genkernel. The default modules are also installed here.