diff options
author | Viacheslav <v.gletenko@vyos.io> | 2021-11-29 15:35:51 +0000 |
---|---|---|
committer | Viacheslav <v.gletenko@vyos.io> | 2021-11-29 15:35:51 +0000 |
commit | a116d1a2c32541b43c4912f725a156d2aa2fd8a0 (patch) | |
tree | ace3cfb305c644c6f5852d6070edf49dcfb09a8d /Makefile | |
parent | 1a1daab938b7ddb37f70725a231f86eb9c945ec0 (diff) | |
download | vyos-build-a116d1a2c32541b43c4912f725a156d2aa2fd8a0.tar.gz vyos-build-a116d1a2c32541b43c4912f725a156d2aa2fd8a0.zip |
build: T4013: Add aws-cloudwatch-agent for aws iso images
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -127,6 +127,7 @@ GCE-debug: clean prepare AWS: clean prepare @set -e @echo "It's not like I'm building this specially for you or anything!" + wget -O build/config/packages.chroot/amazon-cloudwatch-agent-amd64.deb https://s3.eu-central-1.amazonaws.com/amazoncloudwatch-agent-eu-central-1/debian/amd64/latest/amazon-cloudwatch-agent.deb mkdir -p build/config/includes.chroot/etc/cloud/cloud.cfg.d cp tools/cloud-init/AWS/90_dpkg.cfg build/config/includes.chroot/etc/cloud/cloud.cfg.d/ cp tools/cloud-init/AWS/cloud-init.list.chroot build/config/package-lists/ |