Your message dated Fri, 31 Dec 2021 15:22:41 +0100
with message-id <[email protected]>
and subject line Re: initramfs-tools: fix warning message
has caused the Debian Bug report #971270,
regarding initramfs-tools: fix warning message
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
971270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971270
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.139
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

I've seen the following warning with current initramfs-tools from
Debian testing:
    No gzip in /usr/bin:/sbin:/bin, using gzip

Seems the warning is giving the wrong compress program name.

Here a patch to fix this:

--- mkinitramfs
+++ mkinitramfs
@@ -170,8 +170,8 @@
 unset COMPRESS

 if ! command -v "${compress}" >/dev/null 2>&1; then
-       compress=gzip
        echo "No ${compress} in ${PATH}, using gzip"
+       compress=gzip
 fi

 case "${compress}" in


best regards,
thanks for initramfs-tools to maintainers,

Florian La Roche

--- End Message ---
--- Begin Message ---
Version 0.140

This was already fixed, but the bug number was omitted from the
changelog.

Ben.

-- 
Ben Hutchings
A free society is one where it is safe to be unpopular.
                                                      - Adlai Stevenson

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---

Reply via email to