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_netboot | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts/build/lb_binary_netboot') 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 -- cgit v1.2.3