aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--TODO6
-rwxr-xr-xgenkernel2
3 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf4d9d..2d97715 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel:
+ Updated TODO. This is 3.4.10_pre9 for testing.
+
08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
generic/initrd.defaults, generic/initrd.scripts:
Added scsi to the default list of modules to load.
diff --git a/TODO b/TODO
index 3c7d803..89998bd 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,8 @@
-- Need configs for other currently-unsupported arches.
+- Need configs for other currently-unsupported arches
- Make configs stackable
- Remove 2.4 kernel support
-- Create arch/modules subdirs and move all arches under arch
+- Create arch / modules subdirs 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
diff --git a/genkernel b/genkernel
index 2ae1694..61c31a0 100755
--- a/genkernel
+++ b/genkernel
@@ -1,7 +1,7 @@
#!/bin/bash
PATH="${PATH}:/sbin:/usr/sbin"
-GK_V='3.4.10_pre8'
+GK_V='3.4.10_pre9'
# Set the default for TMPDIR. May be modified by genkernel.conf or the
# --tempdir command line option.