summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-03-03 13:37:16 +0100
committerDaniel Baumann <daniel@debian.org>2012-03-03 13:37:16 +0100
commitd4d4265357f9f4772ebf21d1b4705d01dff6304a (patch)
tree7b7608f97c848241aefbb30fd0148d0e648f356c /functions
parente5f5af6525cc4fbbe8f392bec7cd11d1f08589fa (diff)
downloadvyos-live-build-d4d4265357f9f4772ebf21d1b4705d01dff6304a.tar.gz
vyos-live-build-d4d4265357f9f4772ebf21d1b4705d01dff6304a.zip
Excluding security and volatile archives for ubuntu precise for the the time being.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 15e1d6c06..27b14d0c1 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -850,7 +850,7 @@ Set_defaults ()
# Setting security updates option
case "${LB_DISTRIBUTION}" in
- wheezy|sid|baureo)
+ wheezy|sid|precise)
LB_SECURITY="${LB_SECURITY:-false}"
;;
@@ -861,7 +861,7 @@ Set_defaults ()
# Setting volatile updates option
case "${LB_DISTRIBUTION}" in
- wheezy|sid|baureo)
+ wheezy|sid|precise)
LB_VOLATILE="${LB_VOLATILE:-false}"
;;