diff options
Diffstat (limited to 'scripts/build/lb_binary_netboot')
-rwxr-xr-x | scripts/build/lb_binary_netboot | 4 |
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 |