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_source_netboot | |
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_source_netboot')
-rwxr-xr-x | scripts/build/lb_source_netboot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/build/lb_source_netboot b/scripts/build/lb_source_netboot index 4882866ca..e979bcda1 100755 --- a/scripts/build/lb_source_netboot +++ b/scripts/build/lb_source_netboot @@ -66,6 +66,10 @@ case "${_COMPRESSION}" in lzip ${LZIP_OPTIONS} source.netboot.tar ;; + xz) + xz ${XZ_OPTIONS} source.netboot.tar + ;; + none) ;; esac |