git: 267411d164d4 - main - EC2: Chase awscli package rename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 08 Jun 2023 04:23:41 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=267411d164d4d38a701599e3afe8d9e9261f65dd
commit 267411d164d4d38a701599e3afe8d9e9261f65dd
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-08 04:22:25 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-08 04:23:26 +0000
EC2: Chase awscli package rename
MFC after: 1 week
---
release/tools/ec2.conf | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index 34b83fa627b6..eb14337f5703 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -63,7 +63,7 @@ vm_extra_pre_umount() {
# The AWS CLI tools are generally useful, and small enough that they
# will download quickly; but users will often override this setting
# via EC2 user-data.
- echo 'firstboot_pkgs_list="awscli"' >> ${DESTDIR}/etc/rc.conf
+ echo 'firstboot_pkgs_list="devel/py-awscli"' >> ${DESTDIR}/etc/rc.conf
# Enable IPv6 on all interfaces, and spawn DHCPv6 via rtsold
echo 'ipv6_activate_all_interfaces="YES"' >> ${DESTDIR}/etc/rc.conf