summaryrefslogtreecommitdiff
path: root/scripts/build/lb_binary_netboot
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-18 19:44:00 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-18 20:07:06 +0200
commitf4de284deb69795a8e4dfa1bf852259ab6b09066 (patch)
tree01cdb0830087451687d4ea29ca0059f05baeb7f0 /scripts/build/lb_binary_netboot
parent75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f (diff)
downloadvyos-live-build-f4de284deb69795a8e4dfa1bf852259ab6b09066.tar.gz
vyos-live-build-f4de284deb69795a8e4dfa1bf852259ab6b09066.zip
Adding xz as valid compression format.
Diffstat (limited to 'scripts/build/lb_binary_netboot')
-rwxr-xr-xscripts/build/lb_binary_netboot4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/lb_binary_netboot b/scripts/build/lb_binary_netboot
index 90669b0e6..b4957a3b5 100755
--- a/scripts/build/lb_binary_netboot
+++ b/scripts/build/lb_binary_netboot
@@ -157,6 +157,10 @@ case "${LB_COMPRESSION}" in
lzip ${LZIP_OPTIONS} ../binary.netboot.tar
;;
+ xz)
+ xz ${XZ_OPTIONS} ../binary.netboot.tar
+ ;;
+
none)
;;
esac