Author: gjb Date: Thu May 28 19:14:44 2020 New Revision: 361594 URL: https://svnweb.freebsd.org/changeset/base/361594
Log: MFS11 r361592: MFH r361591: Include the shells/bash port on Vagrant images, which prevents a shell issue during startup. PR: 245051 Approved by: re (kib, insta-MFC for inclusion in RC2) Sponsored by: Rubicon Communications, LLC (netgate.com) Modified: releng/11.4/release/tools/vagrant.conf Directory Properties: releng/11.4/ (props changed) Modified: releng/11.4/release/tools/vagrant.conf ============================================================================== --- releng/11.4/release/tools/vagrant.conf Thu May 28 18:57:55 2020 (r361593) +++ releng/11.4/release/tools/vagrant.conf Thu May 28 19:14:44 2020 (r361594) @@ -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" _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"