diff options
| -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] | 
