diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-04-06 23:04:49 +0100 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-04-06 23:04:49 +0100 |
commit | c3ba031b7feb74bfbaf54fd73b599c95ed0df765 (patch) | |
tree | db1dafc0bbb13a0efe1ec3f8c46220d5937aea4f /debian/ec2-config.cfg | |
parent | 6dddf16cb8dea2e1a96b3d613b81087df247fd3d (diff) | |
download | vyos-cloud-init-c3ba031b7feb74bfbaf54fd73b599c95ed0df765.tar.gz vyos-cloud-init-c3ba031b7feb74bfbaf54fd73b599c95ed0df765.zip |
* debian/control:
- Add python-cheetah and python-apt as a dependency.
* debian/ec2-config.cfg:
- Remove distro due to the change in ec2-set-apt-sources.py
* debian/inistall
- Install the templates in the right place.
* ec2-set-apt-sources.py:
- Use python-apt to update the sources.list.
Diffstat (limited to 'debian/ec2-config.cfg')
-rw-r--r-- | debian/ec2-config.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/ec2-config.cfg b/debian/ec2-config.cfg index ebf5eb69..76c81b77 100644 --- a/debian/ec2-config.cfg +++ b/debian/ec2-config.cfg @@ -1,3 +1,2 @@ user="ubuntu" -distro="jaunty" DISABLE_ROOT="1" |