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/rules | |
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/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4d362f5b..646b11f5 100755 --- a/debian/rules +++ b/debian/rules @@ -13,4 +13,5 @@ build/ec2-init:: install -m 755 ec2-set-hostname.py debian/tmp/usr/sbin/ec2-set-hostname install -m 755 ec2-set-apt-sources.py debian/tmp/usr/sbin/ec2-set-apt-sources install -m755 ec2-get-info.py debian/tmp/usr/sbin/ec2-get-info - dh_installinit -p ec2-init --name rightscale-init -- defaults 20 21 + install -m755 ec2-set-defaults.py debian/tmp/usr/sbin/ec2-set-defaults + dh_installiniti -p ec2-init --name rightscale-init -- defaults 99 09 |