diff options
author | maximilian attems <maks@debian.org> | 2007-05-01 18:31:38 +0200 |
---|---|---|
committer | maximilian attems <maks@debian.org> | 2007-05-01 18:31:38 +0200 |
commit | b71721f02b6b46fddfc624888f61aafbc2399129 (patch) | |
tree | 6363339aa510abc4ac52581fa7989ec7f1b63fa0 /debian | |
parent | 27d498d8d190e67d51bc1a25a331acb805425721 (diff) | |
download | initramfs-tools-b71721f02b6b46fddfc624888f61aafbc2399129.tar.gz initramfs-tools-b71721f02b6b46fddfc624888f61aafbc2399129.zip |
mkinitramfs: better heuristics for MODULES=dep
* add a first shoot that survives ide, scsi boot testing
nfs still needs work
let's see what other testers have to say
* next step is to cut on the added libs for smaller initramfs
enhances boot speed due to smaller initramfs for tuning freaks,
others might still be better off with safe MODULES=most setting.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/TODO | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/TODO b/debian/TODO index 7ed390f..f62656f 100644 --- a/debian/TODO +++ b/debian/TODO @@ -5,8 +5,6 @@ TODO o Eliminate ?udev?, ?klibc?, busybox (-> glibc). - o Better heuristics for MODULES=dep option - o Default to dep for PPC - Possibly to detect newworld? o udevsettle timeouts handling diff --git a/debian/changelog b/debian/changelog index e604463..22b793b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,10 @@ initramfs-tools (0.88) UNRELEASED; urgency=low - * Fix missing colons in closes. + * debian/changelog: Fix missing colons in closes. + * hook-functions: Add a proper /sys walking dep_add_modules() for a minimal + initramfs on MODULES=dep. (closes: #395526) - -- maximilian attems <maks@debian.org> Sun, 22 Apr 2007 19:08:40 +0200 + -- maximilian attems <maks@debian.org> Tue, 01 May 2007 18:29:59 +0200 initramfs-tools (0.87b) unstable; urgency=low |