summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSoren Hansen <soren@canonical.com>2009-08-25 23:56:04 +0200
committerSoren Hansen <soren@canonical.com>2009-08-25 23:56:04 +0200
commit5dfb04f0d8628cee0eb1f8f72636417f81282c3f (patch)
tree8743a08d8e959f2a4b5648f55452aa1079218c58 /setup.py
parentd15a2104883b6e6ec6d4dc78d95a4f4c5717b508 (diff)
parent59d21bb23db06e5e02cbd91ec531b1506ab97fae (diff)
downloadvyos-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-xsetup.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa855bd6..dab57103 100755
--- a/setup.py
+++ b/setup.py
@@ -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']),
+ ],
)