aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2020-05-28 18:57:08 +0000
committerGlen Barber <gjb@FreeBSD.org>2020-05-28 18:57:08 +0000
commit2e744cef21dbd5002e8e9a92a19fa991937e7a80 (patch)
tree64d9436ae5b910f0f28075087d3aded99e1fc0be /release
parent273315f10c3b4183a60b419750701f718f49e9df (diff)
downloadsrc-2e744cef21dbd5002e8e9a92a19fa991937e7a80.tar.gz
src-2e744cef21dbd5002e8e9a92a19fa991937e7a80.zip
Include the shells/bash port on Vagrant images, which prevents
a shell issue during startup. Approved by: re (kib, insta-MFC) PR: 245051 Sponsored by: Rubicon Communications, LLC (netgate.com)
Notes
Notes: svn path=/stable/11/; revision=361592
Diffstat (limited to 'release')
-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"