mirror of
https://salsa.debian.org/kernel-team/initramfs-tools.git
synced 2026-01-26 15:39:08 +00:00
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:
commit
7bb534066d
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user