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 /scripts/install/install-image-existing | |
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 'scripts/install/install-image-existing')
-rwxr-xr-x | scripts/install/install-image-existing | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install/install-image-existing b/scripts/install/install-image-existing index 2705ce5c..7d58cd96 100755 --- a/scripts/install/install-image-existing +++ b/scripts/install/install-image-existing @@ -49,8 +49,8 @@ is_amazon_ec2_ami () { if [ -n "$ami_id" ]; then echo "Installing on VyOS AMI" - # Create init script links for /etc/init.d/ec2-fetch-ssh-public-key - chroot $INST_ROOT update-rc.d ec2-fetch-ssh-public-key defaults &>/dev/null + # Create init script links for /etc/init.d/ec2-vyos-init + chroot $INST_ROOT update-rc.d ec2-vyos-init defaults &>/dev/null # Dijkstra, forgive us! return 0 |