diff options
author | Colin Percival <cperciva@FreeBSD.org> | 2019-10-02 21:35:39 +0000 |
---|---|---|
committer | Colin Percival <cperciva@FreeBSD.org> | 2019-10-02 21:35:39 +0000 |
commit | 4faa50e5c213ee58feedd87e9b48c7183a4cc296 (patch) | |
tree | 2c18357667a972901c5976bc4192671983792de4 | |
parent | f91dd6091b10668fd561fd77d12044a0dac1160d (diff) | |
download | src-4faa50e5c213ee58feedd87e9b48c7183a4cc296.tar.gz src-4faa50e5c213ee58feedd87e9b48c7183a4cc296.zip |
Switch EC2 AMIs from using the dual-dhclient script to using the new
dual-dhclient-daemon daemon. This makes it possible to stop/restart
the dhclients.
MFC after: 1 month
Notes
Notes:
svn path=/head/; revision=353022
-rw-r--r-- | release/tools/ec2.conf | 2 |
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. |