From 73e34e757ea200c118a8f6fe20697e45b3079221 Mon Sep 17 00:00:00 2001 From: Chris Gianelloni Date: Mon, 28 Jul 2008 14:55:49 -0700 Subject: [PATCH] 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. --- ChangeLog | 4 ++++ TODO | 5 ++++- modules/README | 2 ++ 3 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 modules/README 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. -- 2.26.2