diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 19:44:00 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 20:07:06 +0200 |
commit | f4de284deb69795a8e4dfa1bf852259ab6b09066 (patch) | |
tree | 01cdb0830087451687d4ea29ca0059f05baeb7f0 /scripts/build/lb_binary_zsync | |
parent | 75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f (diff) | |
download | vyos-live-build-f4de284deb69795a8e4dfa1bf852259ab6b09066.tar.gz vyos-live-build-f4de284deb69795a8e4dfa1bf852259ab6b09066.zip |
Adding xz as valid compression format.
Diffstat (limited to 'scripts/build/lb_binary_zsync')
-rwxr-xr-x | scripts/build/lb_binary_zsync | 4 |
1 files changed, 4 insertions, 0 deletions
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 |