summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaximilian attems <maks@debian.org>2010-07-07 14:37:07 +0200
committermaximilian attems <maks@debian.org>2010-07-07 14:39:08 +0200
commit089a903dab458bd48e0ba84a1da751f6e2312bae (patch)
tree5f9012bcc08c79ef7270b99ca5751fcecaf548c7
parent0b5ce7cd3e4655af03133718f0a92883425b9c6c (diff)
downloadinitramfs-tools-089a903dab458bd48e0ba84a1da751f6e2312bae.tar.gz
initramfs-tools-089a903dab458bd48e0ba84a1da751f6e2312bae.zip
mkinitramfs: set COMPRESS=gzip to be more consistent.
it is used that way in the configuration file example. Thanks: Colin Watson <cjwatson@ubuntu.com> Signed-off-by: maximilian attems <maks@debian.org>
-rwxr-xr-xmkinitramfs2
1 files changed, 1 insertions, 1 deletions
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