From: Chris Gianelloni Date: Mon, 28 Jul 2008 21:55:49 +0000 (-0700) Subject: Added the modules directory, which will be used to store the built-in modules and... X-Git-Tag: v3.4.10.902~69 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=73e34e757ea200c118a8f6fe20697e45b3079221;p=genkernel.git 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. --- diff --git a/ChangeLog b/ChangeLog index 22cf93a..cecac3c 100644 --- 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 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 +defaults/busy-config, +defaults/config.sh, +defaults/kernel-config, +defaults/modules_load, +defaults/nb-busybox.cf: diff --git a/TODO b/TODO index 8135cb0..cc34c2e 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 + diff --git a/modules/README b/modules/README new file mode 100644 index 0000000..08ece4d --- /dev/null +++ b/modules/README @@ -0,0 +1,2 @@ +This directory is used for storing additional modules to extend support in +genkernel. The default modules are also installed here.