git: 9f2e54d1b330 - stable/13 - EC2: Chase awscli package rename
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Jun 2023 18:33:58 UTC
The branch stable/13 has been updated by cperciva: URL: https://cgit.FreeBSD.org/src/commit/?id=9f2e54d1b330c904734619672c944d8a25265758 commit 9f2e54d1b330c904734619672c944d8a25265758 Author: Colin Percival <cperciva@FreeBSD.org> AuthorDate: 2023-06-08 04:22:25 +0000 Commit: Colin Percival <cperciva@FreeBSD.org> CommitDate: 2023-06-15 18:33:50 +0000 EC2: Chase awscli package rename MFC after: 1 week (cherry picked from commit 267411d164d4d38a701599e3afe8d9e9261f65dd) --- 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 c5eef404bf3b..d44fe9ff2f27 100644 --- a/release/tools/ec2.conf +++ b/release/tools/ec2.conf @@ -61,7 +61,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