Your message dated Sat, 26 May 2007 23:47:02 +0000 with message-id <E1Hs5yQ-0006te-G0@ries.debian.org> and subject line Bug#355881: fixed in initramfs-tools 0.88 has caused the attached Bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---
- To: submit@bugs.debian.org
- Subject: initramfs-tools: please add 2.6.16+ firmware support.
- From: Frederik Schueler <fs@debian.org>
- Date: Wed, 8 Mar 2006 14:46:26 +0100
- Message-id: <20060308134626.GF14149@mail.lowpingbastards.de>
package: initramfs-tools version: 0.53c severity: wishlist tags: patch Hello, please add 2.6.16+ firmware loading support to initramfs-tools, see attached hook. Best regards Frederik Schueler -- ENOSIG#!/bin/sh PREREQ="udev" prereqs() { echo "$PREREQ" } case $1 in prereqs) prereqs exit 0 ;; esac . /usr/share/initramfs-tools/hook-functions if [ -d /lib/firmware/ ] ; then copy_exec /lib/udev/firmware.agent /lib/udev/ mkdir -p $DESTDIR/lib/firmware for x in ` find /lib/firmware/ -type f ` do copy_exec ${x} /lib/firmware/ done fiAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: 355881-close@bugs.debian.org
- Subject: Bug#355881: fixed in initramfs-tools 0.88
- From: maximilian attems <maks@debian.org>
- Date: Sat, 26 May 2007 23:47:02 +0000
- Message-id: <E1Hs5yQ-0006te-G0@ries.debian.org>
Source: initramfs-tools Source-Version: 0.88 We believe that the bug you reported is fixed in the latest version of initramfs-tools, which is due to be installed in the Debian FTP archive: initramfs-tools_0.88.dsc to pool/main/i/initramfs-tools/initramfs-tools_0.88.dsc initramfs-tools_0.88.tar.gz to pool/main/i/initramfs-tools/initramfs-tools_0.88.tar.gz initramfs-tools_0.88_all.deb to pool/main/i/initramfs-tools/initramfs-tools_0.88_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to 355881@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. maximilian attems <maks@debian.org> (supplier of updated initramfs-tools package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing ftpmaster@debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 27 May 2007 00:52:38 +0200 Source: initramfs-tools Binary: initramfs-tools Architecture: source all Version: 0.88 Distribution: unstable Urgency: low Maintainer: Debian kernel team <debian-kernel@lists.debian.org> Changed-By: maximilian attems <maks@debian.org> Description: initramfs-tools - tools for generating an initramfs Closes: 355881 387808 395526 423469 Changes: initramfs-tools (0.88) unstable; urgency=low . [ maximilian attems ] * 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) * mkinitramfs.8: Add examples section, plus improve description of the low-level tool and how it fits with update-initramfs. * init: Ignore non-numerical panic and rootdelay bootarg. * scripts/init-premount/ps3: Fix typo. (closes: #423469) * scripts/nfs: Fix when root-path includes server-ip. (closes: #387808) Thanks Vagrant Cascadian <vagrant+debianbugs@freegeek.org> for patch. . [ David Härdeman ] * init: Remove cryptopts parsing, not official bootparam. cryptsetup scripts parse /proc/cmdline themselves (even in the Etch version). * hook-functions: Change copy_exec to use the same source and destination path if only one argument is given. * hook-functions: Document how copy_exec determines the target path. * hook-functions: Add firmware loading support to manual_add_modules(). (closes: #355881) * scripts/local: Ubuntu merge - As well as waiting for the existance of the root device node, also check to see whether we have a filesystem of some kind on it. Some devices nodes (devmapper/LVM/EVMS, mdadm) will exist before they can be safely used. Patch by Scott James Remnant <scott@ubuntu.com>. Changed to support both fstype and vol_id. * hook-functions: make version check in check_minkver more robust. Files: 368d1d8e2fd9a380b286adb97467fb3e 656 utils optional initramfs-tools_0.88.dsc 78b55028536079237a482fdbce601e10 59130 utils optional initramfs-tools_0.88.tar.gz 09cc162babb10e631115e9bdd54892f9 66278 utils optional initramfs-tools_0.88_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFGWLuBeW7Lc5tEHqgRAqL9AKCro0JQXbHMEko+1QaV9Rlhs0HirQCeIva/ EKHCIcMW8ZSfpOPy8y2n3DA= =T9N7 -----END PGP SIGNATURE-----
--- End Message ---