svn commit: r361592 - stable/11/release/tools
Glen Barber
gjb at FreeBSD.org
Thu May 28 18:57:08 UTC 2020
Author: gjb
Date: Thu May 28 18:57:08 2020
New Revision: 361592
URL: https://svnweb.freebsd.org/changeset/base/361592
Log:
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)
Modified:
stable/11/release/tools/vagrant.conf
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/release/tools/vagrant.conf
==============================================================================
--- stable/11/release/tools/vagrant.conf Thu May 28 18:48:30 2020 (r361591)
+++ stable/11/release/tools/vagrant.conf Thu May 28 18:57:08 2020 (r361592)
@@ -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"
More information about the svn-src-stable-11
mailing list