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 /functions | |
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 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index acaa680c9..8c79fa485 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -943,6 +943,9 @@ Set_defaults () ;; esac + # Setting zsync + LB_ZSYNC="${LB_ZSYNC:-true}" + # Setting chroot option LB_BUILD_WITH_CHROOT="${LB_BUILD_WITH_CHROOT:-true}" |