From 089a903dab458bd48e0ba84a1da751f6e2312bae Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Wed, 7 Jul 2010 14:37:07 +0200 Subject: mkinitramfs: set COMPRESS=gzip to be more consistent. it is used that way in the configuration file example. Thanks: Colin Watson Signed-off-by: maximilian attems --- mkinitramfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkinitramfs b/mkinitramfs index 1d74e76..f8e0759 100755 --- a/mkinitramfs +++ b/mkinitramfs @@ -138,7 +138,7 @@ fi if ! command -v "${compress}" >/dev/null 2>&1; then compress=gzip - COMPRESS=GZIP + COMPRESS=gzip [ "${verbose}" = y ] && \ echo "No ${COMPRESS} in ${PATH}, using gzip" fi -- cgit v1.2.3