diff options
| author | maximilian attems <maks@debian.org> | 2006-11-02 09:30:03 +0100 |
|---|---|---|
| committer | maximilian attems <maks@debian.org> | 2006-11-02 09:30:03 +0100 |
| commit | efa60794a8a0290ec3972aca23b3ab5f92c3175a (patch) | |
| tree | 51bc79c73a507893b347ad43b973723eb8945f84 /debian | |
| parent | dc67493c8b72ebb4a360194a13c74a13d06def52 (diff) | |
| download | initramfs-tools-efa60794a8a0290ec3972aca23b3ab5f92c3175a.tar.gz initramfs-tools-efa60794a8a0290ec3972aca23b3ab5f92c3175a.zip | |
- enhance mbr_check()
- fix /boot ro check
- create fb devices unconditionaly
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 022e167..991ff6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,29 @@ +initramfs-tools (0.85) unstable; urgency=high + + Release "Nichts ist getan, wenn noch etwas zu tun übrig ist." + + * update-initramfs: Fix ro /boot check to not trigger on other mounts + having a /boot string. (closes: 393906) Thanks for the patch + Olli Helenius <olli@starnet.fi> + + * init-top/framebuffer: Fix duplicate fbno0 device creation. Merge the + 0.69ubuntu10 solution. Thanks Benjamin Leipold <rabbit171@web.de> + for the report. (closes: 393890) + + * update-initramfs: Fix mbr_check() for installed lilo and used grub. Thanks + for the patch by Michel Casabona <michel.casabona@free.fr>. Also be + stricter about do_bootloader match, use negative info and add check for + grub on mbr before throwing error. (closes: 394559) urgency high. + + * hook-functions: Add sata_sil24 to scsi modules. (closes: 395907) + Thanks Vadim S. Solomi" <vadic@vadic.nnov.ru> for the patch. + + * update-initramfs: Fix lilo detection in mbr_check() for rootraid. + Based on a patch by Michael Prokop <mika@grml.org>. Suppress lilo warning + messages on test run. + + -- maximilian attems <maks@sternwelten.at> Mon, 30 Oct 2006 10:12:58 +0100 + initramfs-tools (0.84) unstable; urgency=high Release "A-t-on pris à Saint-Périne, Tous ces dictateurs impotents ?" @@ -499,6 +525,12 @@ initramfs-tools (0.69ubuntu11) edgy; urgency=low -- Oliver Grawert <ogra@ubuntu.com> Sun, 10 Sep 2006 11:50:14 +0200 +initramfs-tools (0.69ubuntu10) edgy; urgency=low + + * Create framebuffer device nodes unconditionally + + -- Matthew Garrett <mjg59@srcf.ucam.org> Tue, 5 Sep 2006 17:50:53 +0100 + initramfs-tools (0.69ubuntu4) edgy; urgency=low * scripts/local-premount/suspend: Check for UUID= or LABEL= on the |
