From 1f6fa37c05e6afa40ad89621dbea41ce67f0761d Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Mon, 19 Aug 2013 10:46:09 +0200 Subject: [PATCH] repo: drop genkernel original TODO, I'll prepare a new one --- TODO | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 TODO diff --git a/TODO b/TODO deleted file mode 100644 index 73184b9..0000000 --- a/TODO +++ /dev/null @@ -1,37 +0,0 @@ -# $Id$ - -- Need configs for other currently-unsupported arches -- Make configs stackable -- Move modules_load to /etc/genkernel -- Move main config to /etc/genkernel -- Refactor code to be more simple and extendable -- Fix all TODO sections in the code -- Add all options to genkernel.conf -- Add "include" options to genkernel.conf -- Allow for architecture-specific or module-specific files to override defaults -- Create hooks for various points in the build/install phases for modules -- Add new boot support for the following: - - Hardware - - Infiniband - - FCP - - Security Tokens (TPM, Smart Cards, etc) - - Software - - Block protocols over Ethernet/IP - - ATA over Ethernet - - FCP over Ethernet - - Infiniband over IP - - Security Tokens for encrypted block devices -- Document the different code paths and hooks for external modules -- 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 -