We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ab462 commit 4ce92d9Copy full SHA for 4ce92d9
1 file changed
release/tools/ec2.conf
@@ -61,7 +61,7 @@ vm_extra_pre_umount() {
61
# The AWS CLI tools are generally useful, and small enough that they
62
# will download quickly; but users will often override this setting
63
# via EC2 user-data.
64
- echo 'firstboot_pkgs_list="awscli"' >> ${DESTDIR}/etc/rc.conf
+ echo 'firstboot_pkgs_list="py-awscli"' >> ${DESTDIR}/etc/rc.conf
65
66
# Enable IPv6 on all interfaces, and spawn DHCPv6 via rtsold
67
echo 'ipv6_activate_all_interfaces="YES"' >> ${DESTDIR}/etc/rc.conf
0 commit comments