Adding a HACKING file, which I will use to document the various phases of genkernel...
authorChris Gianelloni <wolf31o2@wolf31o2.org>
Tue, 16 Dec 2008 18:13:01 +0000 (10:13 -0800)
committerChris Gianelloni <wolf31o2@wolf31o2.org>
Tue, 16 Dec 2008 18:13:01 +0000 (10:13 -0800)
ChangeLog
HACKING [new file with mode: 0644]

index b8373748831dc04d89673f63face54c7b754873b..07e540b70827ef2d24a6d685c0750533cbe1ad82 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2008 Gentoo Foundation; 2008 Chris Gianelloni, Andrew Gaffney
 # Distributed under the GPL v2
 
+  16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +HACKING:
+  Adding a HACKING file, which I will use to document the various phases of
+  genkernel so we can split up the default functions and also so we can
+  provide hooks into the various phases for external addons.
+
   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
diff --git a/HACKING b/HACKING
new file mode 100644 (file)
index 0000000..375cc53
--- /dev/null
+++ b/HACKING
@@ -0,0 +1,9 @@
+This document is a work-in-progress to describe the workflow through the various
+parts of genkernel so we can split the code into modular chunks.
+
+Phases:
+
+- read configs
+- source global scripts
+- 
+