diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-23 08:19:24 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-24 00:56:56 +0200 |
commit | 23b8ec4ff8163467d260b572ee7524f5f2046a6b (patch) | |
tree | 0c3a9f856e8b561eec8322d35ce5188a0c3dd62f | |
parent | 7312ca2d2d7b3f63d29686d52178c38b3f28b185 (diff) | |
download | vyos-live-build-23b8ec4ff8163467d260b572ee7524f5f2046a6b.tar.gz vyos-live-build-23b8ec4ff8163467d260b572ee7524f5f2046a6b.zip |
Setting default distribution to jessie.
-rwxr-xr-x | components/init | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/init b/components/init index fcf5e06ed..c6eb21992 100755 --- a/components/init +++ b/components/init @@ -59,8 +59,8 @@ def main(): if not distribution: # FIXME hardcoded release information - default_distribution = { 'debian' : 'wheezy', - 'progress-linux' : 'baureo', + default_distribution = { 'debian' : 'jessie', + 'progress-linux' : 'cairon', } distribution = default_distribution[project] |