From f4de284deb69795a8e4dfa1bf852259ab6b09066 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 18 Jul 2012 19:44:00 +0200 Subject: Adding xz as valid compression format. --- scripts/build/lb_binary_zsync | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build/lb_binary_zsync') diff --git a/scripts/build/lb_binary_zsync b/scripts/build/lb_binary_zsync index 21cc01784..5ec47e308 100755 --- a/scripts/build/lb_binary_zsync +++ b/scripts/build/lb_binary_zsync @@ -103,6 +103,10 @@ do lzip ${LZIP_OPTIONS} ${_IMAGE}.zsync ;; + xz) + xz ${XZ_OPTIONS} ${_IMAGE}.zsync + ;; + none) ;; esac -- cgit v1.2.3