summaryrefslogtreecommitdiff
path: root/release/tools
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-05-28 18:48:30 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-05-28 18:48:30 +0000
commit537ab183062ac9d8a5037441b2cbed87924b7e00 (patch)
tree1a8b756ac8aa91397fbe333c05eb9102eae55912 /release/tools
parent0d7fed74c739e02be1e09489c26f0eb30bf60f6f (diff)
downloadsrc-test2-537ab183062ac9d8a5037441b2cbed87924b7e00.tar.gz
src-test2-537ab183062ac9d8a5037441b2cbed87924b7e00.zip
Include the shells/bash port on Vagrant images, which prevents
a shell issue during startup. PR: 245051 MFC after: 1 minute (if approved by re@) X-MFC-for: 11.4-RC2 Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes: svn path=/head/; revision=361591
Diffstat (limited to 'release/tools')
-rw-r--r--release/tools/vagrant.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/tools/vagrant.conf b/release/tools/vagrant.conf
index e53432e164da..c683cf7a07d2 100644
--- a/release/tools/vagrant.conf
+++ b/release/tools/vagrant.conf
@@ -8,7 +8,7 @@ export VMSIZE=8G
# Packages to install into the image we're creating. This is a deliberately
# minimalist set, providing only the packages necessary to bootstrap.
-export VM_EXTRA_PACKAGES="firstboot-freebsd-update firstboot-pkgs"
+export VM_EXTRA_PACKAGES="shells/bash firstboot-freebsd-update firstboot-pkgs"
# Set to a list of third-party software to enable in rc.conf(5).
export VM_RC_LIST="firstboot_freebsd_update firstboot_pkgs growfs"