diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 19:09:16 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 19:37:20 +0200 |
commit | 75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f (patch) | |
tree | fb777699b4ec6b95aba7467eee7c17615623db35 /scripts/build/lb_binary | |
parent | 310be05bff5a268a874f6fb635d0f70912aaa81a (diff) | |
download | vyos-live-build-75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f.tar.gz vyos-live-build-75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f.zip |
Adding support for zsync control files generation, thanks to Hector Oron <hector.oron@gmail.com> for the idea and prototype.
Diffstat (limited to 'scripts/build/lb_binary')
-rwxr-xr-x | scripts/build/lb_binary | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/build/lb_binary b/scripts/build/lb_binary index 564b056c6..0ffb7bf88 100755 --- a/scripts/build/lb_binary +++ b/scripts/build/lb_binary @@ -89,6 +89,8 @@ lb binary_tar ${*} lb binary_hdd ${*} lb binary_virtual-hdd ${*} +lb binary_zsync ${*} + if [ "${LB_BUILD_WITH_CHROOT}" = "true" ] then # Deconfiguring chroot |