[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#971270: marked as done (initramfs-tools: fix warning message)



Your message dated Fri, 31 Dec 2021 15:22:41 +0100
with message-id <3ddc3ffe4373fd52bc437101fd341c986d773bac.camel@decadent.org.uk>
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 owner@bugs.debian.org
immediately.)


-- 
971270: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=971270
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: initramfs-tools
Version: 0.139
Severity: normal
X-Debbugs-Cc: Florian.LaRoche@gmail.com

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 to: