summaryrefslogtreecommitdiff
path: root/release/tools
diff options
context:
space:
mode:
authorColin Percival <cperciva@FreeBSD.org>2019-10-02 21:35:39 +0000
committerColin Percival <cperciva@FreeBSD.org>2019-10-02 21:35:39 +0000
commit4faa50e5c213ee58feedd87e9b48c7183a4cc296 (patch)
tree2c18357667a972901c5976bc4192671983792de4 /release/tools
parentf91dd6091b10668fd561fd77d12044a0dac1160d (diff)
downloadsrc-test2-4faa50e5c213ee58feedd87e9b48c7183a4cc296.tar.gz
src-test2-4faa50e5c213ee58feedd87e9b48c7183a4cc296.zip
Notes
Diffstat (limited to 'release/tools')
-rw-r--r--release/tools/ec2.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/ec2.conf b/release/tools/ec2.conf
index e338c989336f..4f2af08061be 100644
--- a/release/tools/ec2.conf
+++ b/release/tools/ec2.conf
@@ -6,7 +6,7 @@
# Packages to install into the image we're creating. This is a deliberately
# minimalist set, providing only the packages necessary to bootstrap further
# package installation as specified via EC2 user-data.
-export VM_EXTRA_PACKAGES="ec2-scripts firstboot-freebsd-update firstboot-pkgs dual-dhclient"
+export VM_EXTRA_PACKAGES="ec2-scripts firstboot-freebsd-update firstboot-pkgs dual-dhclient-daemon"
# Include the amazon-ssm-agent package in amd64 images, since some users want
# to be able to use it on systems which are not connected to the Internet.