Added more verbosity to the auto-detection section.

cleanup-cruft
Chris Gianelloni 16 years ago
parent 6dadeeebf2
commit d55c0fe999

@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS) # Copyright 1999-2009 Gentoo Foundation; 2008-2009 Various authors (see AUTHORS)
# Distributed under the GPL v2 # 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: 08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS:
Updated the AUTHORS section and the header for the ChangeLog, to reflect Updated the AUTHORS section and the header for the ChangeLog, to reflect
that individual authors now retain their copyright to code they submit. that individual authors now retain their copyright to code they submit.

10
TODO

@ -25,8 +25,16 @@
- Network - Network
- Security Tokens for encrypted block devices - Security Tokens for encrypted block devices
- Document the different code paths and hooks for external modules - Document the different code paths and hooks for external modules
- Add support for auto-detection - Add support for Hardware auto-detection
- Fully automatic - 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 - 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 - Interactive
- Ask user what to do

Loading…
Cancel
Save