diff options
author | hydrajump <wave@hydrajump.com> | 2014-04-28 21:34:50 +0200 |
---|---|---|
committer | hydrajump <wave@hydrajump.com> | 2014-04-28 21:34:50 +0200 |
commit | b1c49eca75ad30d17596f3062f33542c4139817f (patch) | |
tree | 27867a539353c90b4b9cde385d14fb4805039047 /Makefile.am | |
parent | c02405850b592c99d00697b69115cd112b9592ee (diff) | |
download | vyatta-cfg-system-b1c49eca75ad30d17596f3062f33542c4139817f.tar.gz vyatta-cfg-system-b1c49eca75ad30d17596f3062f33542c4139817f.zip |
Add support for installing a new image on the Amazon AMI
- Check if installing on AWS EC2 platform via instance metadata.
- Configure GRUB correctly, so that boot messages are available
via instance's console.
- Add init.d script to fetch user's EC2 public key during boot.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index e17669eb..21e73e01 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,7 @@ checkparamsonreboot_SCRIPTS = checkparamsonreboot_DATA = checkparamsonreboot_DATA += scripts/check-params-on-reboot.d/README +initd_SCRIPTS += etc/init.d/ec2-fetch-ssh-public-key initd_SCRIPTS += etc/init.d/vyatta-config-reboot-params checkparamsonreboot_SCRIPTS += scripts/check-params-on-reboot.d/ipv6_disable_blacklist |