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.

cleanup-cruft
Chris Gianelloni 17 years ago
parent 27407030ff
commit 73e34e757e

@ -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:

@ -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

@ -0,0 +1,2 @@
This directory is used for storing additional modules to extend support in
genkernel. The default modules are also installed here.
Loading…
Cancel
Save