Merge branch 'mika/fix-compress-message' into 'master'

mkinitramfs: report actually requested compress util if it's not present

See merge request kernel-team/initramfs-tools!38
This commit is contained in:
Ben Hutchings 2020-12-12 20:49:54 +00:00
commit 7bb534066d

View File

@ -170,8 +170,8 @@ fi
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