Added more verbosity to the auto-detection section.
authorChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 8 Jan 2009 23:46:10 +0000 (15:46 -0800)
committerChris Gianelloni <wolf31o2@wolf31o2.org>
Thu, 8 Jan 2009 23:46:10 +0000 (15:46 -0800)
ChangeLog
TODO

index 111f9492483fc0ed1abdba87d4448d1e9b04227b..89be41085888f97261de76402c498d26026154ca 100644 (file)
--- 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 <wolf31o2@wolf31o2.org> TODO:
+  Added more verbosity to the auto-detection section.
+
   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> 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 6f7365329649669aba9ecf9377408b42bcb9d579..9b9fbd7e2e7c70e3e75c32360c2cdc3232407e58 100644 (file)
--- a/TODO
+++ b/TODO
          - 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