diff options
author | Daniel Baumann <daniel@debian.org> | 2012-03-03 13:37:16 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-03-03 13:37:16 +0100 |
commit | d4d4265357f9f4772ebf21d1b4705d01dff6304a (patch) | |
tree | 7b7608f97c848241aefbb30fd0148d0e648f356c | |
parent | e5f5af6525cc4fbbe8f392bec7cd11d1f08589fa (diff) | |
download | vyos-live-build-d4d4265357f9f4772ebf21d1b4705d01dff6304a.tar.gz vyos-live-build-d4d4265357f9f4772ebf21d1b4705d01dff6304a.zip |
Excluding security and volatile archives for ubuntu precise for the the time being.
-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 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}" ;; |