Updated TODO. This is 3.4.10_pre9 for testing.
authorChris Gianelloni <wolf31o2@gentoo.org>
Thu, 10 Apr 2008 03:54:51 +0000 (03:54 +0000)
committerChris Gianelloni <wolf31o2@gentoo.org>
Thu, 10 Apr 2008 03:54:51 +0000 (03:54 +0000)
git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@666 67a159dc-881f-0410-a524-ba9dfbe2cb84

ChangeLog
TODO
genkernel

index 4cf4d9de63dc5614fba4913100d2330c25a3304d..2d977155f6934fec5d17d726fe4723f2e9b4ebfe 100644 (file)
--- 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 3c7d8035d74d1ccb82c209cc60be466d269594f9..89998bd3acdf32b69ebe7147a4b9ead5a7fc5179 100644 (file)
--- 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
index 2ae16949899be1cd62e0874deb0919b9a8334af7..61c31a08f4bcb74b4e3c1249aa310916085abfe1 100755 (executable)
--- 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.