From: Chris Gianelloni Date: Thu, 8 Jan 2009 23:46:10 +0000 (-0800) Subject: Added more verbosity to the auto-detection section. X-Git-Tag: v3.4.10.904~19 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d55c0fe999f9b3219c3b7569756d4940fa05aa58;p=genkernel.git Added more verbosity to the auto-detection section. --- diff --git a/ChangeLog b/ChangeLog index 111f949..89be410 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Distributed under the GPL v2 + 08 Jan 2009; Chris Gianelloni TODO: + Added more verbosity to the auto-detection section. + 08 Jan 2009; Chris Gianelloni AUTHORS: Updated the AUTHORS section and the header for the ChangeLog, to reflect that individual authors now retain their copyright to code they submit. diff --git a/TODO b/TODO index 6f73653..9b9fbd7 100644 --- a/TODO +++ b/TODO @@ -25,8 +25,16 @@ - Network - Security Tokens for encrypted block devices - Document the different code paths and hooks for external modules -- Add support for auto-detection +- Add support for Hardware auto-detection - Fully automatic + - Verify required kernel support for detected hardware used at boot + - Automatically enable missing options + - All supported modules copied to initramfs via default modules_load + - Enable all "hot pluggable" devices (USB, PCMCIA, etc) - Partially automatic + - Verify required kernel support for detected hardware used at boot + - Automatically enable missing options + - Copy only required modules to initramfs via modules_load - Interactive + - Ask user what to do