diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | TODO | 6 | ||||
-rwxr-xr-x | genkernel | 2 |
3 files changed, 7 insertions, 4 deletions
@@ -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. @@ -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 @@ -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. |