diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-25 10:04:20 +0100 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-01-25 10:04:20 +0100 |
commit | 1bfada1c844b03b5017b693b8f3f318c4e23a70b (patch) | |
tree | c9b3bb2f4707c40c609c3fae1f52061b7226a3eb | |
parent | 9ce8f91ccc7915a8d2cfb01cfdf4af5d1789d2b6 (diff) | |
download | vyos-live-build-1bfada1c844b03b5017b693b8f3f318c4e23a70b.tar.gz vyos-live-build-1bfada1c844b03b5017b693b8f3f318c4e23a70b.zip |
Enabling security and release updates for jessie.
-rwxr-xr-x | functions/defaults.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index c74d1c155..713683997 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -669,7 +669,7 @@ Set_defaults () # Setting security updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_SECURITY="${LB_SECURITY:-false}" ;; @@ -680,7 +680,7 @@ Set_defaults () # Setting updates updates option case "${LB_PARENT_DISTRIBUTION}" in - jessie|sid) + sid) LB_UPDATES="${LB_UPDATES:-false}" ;; |