diff options
author | Soren Hansen <soren@canonical.com> | 2009-08-25 23:56:04 +0200 |
---|---|---|
committer | Soren Hansen <soren@canonical.com> | 2009-08-25 23:56:04 +0200 |
commit | 5dfb04f0d8628cee0eb1f8f72636417f81282c3f (patch) | |
tree | 8743a08d8e959f2a4b5648f55452aa1079218c58 /setup.py | |
parent | d15a2104883b6e6ec6d4dc78d95a4f4c5717b508 (diff) | |
parent | 59d21bb23db06e5e02cbd91ec531b1506ab97fae (diff) | |
download | vyos-cloud-init-5dfb04f0d8628cee0eb1f8f72636417f81282c3f.tar.gz vyos-cloud-init-5dfb04f0d8628cee0eb1f8f72636417f81282c3f.zip |
Merge with lp:~soren/ec2-init/appliancexml
This gives us the bulk of the magic needed on the instance side
to implement http://wiki.ubuntu.com/VirtualApplianceSpec
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -37,5 +37,7 @@ setup(name='EC2-init', 'ec2-wait-for-meta-data-service.py'], data_files=[('/etc/ec2-init', ['ec2-config.cfg']), ('/etc/ec2-init/templates', glob('templates/*')), - ('/etc/init.d', ['ec2-init'])], + ('/etc/init.d', ['ec2-init']), + ('/usr/share/ec2-init', ['ec2-init-appliance-ebs-volume-mount.sh']), + ], ) |