diff options
author | jrb <jrb@voxy.com> | 2014-12-03 15:22:36 -0500 |
---|---|---|
committer | jrb <jrb@voxy.com> | 2014-12-03 15:22:36 -0500 |
commit | 5c5411a4fa0d1a306ec034460195879dd4b12446 (patch) | |
tree | 520ce2620b8602e75e28f22060daf0b0f99e4769 /Makefile.am | |
parent | d470b49c7b5e4124afcd1d9053583f144a5953cc (diff) | |
download | vyatta-cfg-system-5c5411a4fa0d1a306ec034460195879dd4b12446.tar.gz vyatta-cfg-system-5c5411a4fa0d1a306ec034460195879dd4b12446.zip |
Adding initial support for loading a config from AWS EC2 user-data
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index dd9586b6..283f59c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,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/ec2-vyos-init initd_SCRIPTS += etc/init.d/vyatta-config-reboot-params initd_SCRIPTS += etc/init.d/vyos-intfwatchd checkparamsonreboot_SCRIPTS += scripts/check-params-on-reboot.d/ipv6_disable_blacklist |