aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@wolf31o2.org>2009-01-08 15:46:10 -0800
committerChris Gianelloni <wolf31o2@wolf31o2.org>2009-01-08 15:46:10 -0800
commitd55c0fe999f9b3219c3b7569756d4940fa05aa58 (patch)
tree897d196dc30d30b10111d43e5c66f83a079e20ec /TODO
parentYet another ChangeLog fix. I need to figure out what I did to my ChangeLog s... (diff)
downloadgenkernel-d55c0fe999f9b3219c3b7569756d4940fa05aa58.tar.gz
genkernel-d55c0fe999f9b3219c3b7569756d4940fa05aa58.tar.bz2
genkernel-d55c0fe999f9b3219c3b7569756d4940fa05aa58.zip
Added more verbosity to the auto-detection section.
Diffstat (limited to 'TODO')
-rw-r--r--TODO10
1 files changed, 9 insertions, 1 deletions
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