diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-03-22 23:39:45 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-03-22 23:39:45 +0000 |
commit | e606fe4288e31eeef1d90a62773bdc946e650381 (patch) | |
tree | 901e260670c2fa304239a687904ad56333dd15e3 /debian/ec2-config.cfg | |
parent | 58f82c2220b3137c97a377b01da04a14c64b0a1d (diff) | |
download | vyos-cloud-init-e606fe4288e31eeef1d90a62773bdc946e650381.tar.gz vyos-cloud-init-e606fe4288e31eeef1d90a62773bdc946e650381.zip |
* Set the configuration file to jaunty.
* ec2-fetch-credentials: Fix typo.
* ec2-set-defaults.py:
- Remove timezone change when booting the instance.
- Redirect output to /dev/null.
* ec2-set-apt-sources.py:
- Run apt-get update after the /etc/apt/sources.list and
redirect the output to /dev/null.
* rightscale-init: Updated rightscale-init
Diffstat (limited to 'debian/ec2-config.cfg')
-rw-r--r-- | debian/ec2-config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/ec2-config.cfg b/debian/ec2-config.cfg index cd38d598..ebf5eb69 100644 --- a/debian/ec2-config.cfg +++ b/debian/ec2-config.cfg @@ -1,3 +1,3 @@ user="ubuntu" -distro="intrepid" +distro="jaunty" DISABLE_ROOT="1" |