summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-18 19:09:16 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-18 19:37:20 +0200
commit75ca21eaec4b6f80997e6cce81e8b9d54bd58e7f (patch)
treefb777699b4ec6b95aba7467eee7c17615623db35 /functions
parent310be05bff5a268a874f6fb635d0f70912aaa81a (diff)
downloadvyos-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-xfunctions/defaults.sh3
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}"