From: Chris Gianelloni Date: Thu, 10 Apr 2008 03:54:51 +0000 (+0000) Subject: Updated TODO. This is 3.4.10_pre9 for testing. X-Git-Tag: v3.4.10.902~86 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=113af0d25cf1928b3b5aa01eda278bfbee867c0f;p=genkernel.git Updated TODO. This is 3.4.10_pre9 for testing. git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@666 67a159dc-881f-0410-a524-ba9dfbe2cb84 --- 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 TODO, genkernel: + Updated TODO. This is 3.4.10_pre9 for testing. + 08 Apr 2008; Chris Gianelloni 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.