Your message dated Fri, 15 Apr 2022 19:24:12 +0800
with message-id <[email protected]>
and subject line Re: Bug#972678: initramfs-tools: bad error message when zstd
requested but not installed
has caused the Debian Bug report #972678,
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.)
--
972678: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=972678
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 ---
OK initramfs-tools Depends on initramfs-tools-core which
Recommends: busybox (>= 1:1.22.0-17~) | busybox-static (>= 1:1.22.0-17~), zstd
I didn't ever see any warnings about no busybox installed.
So maybe zstd should be more ... OK never mind. I'll install it.
--- End Message ---