aboutsummaryrefslogtreecommitdiff
path: root/release/tools/vagrant.conf
Commit message (Collapse)AuthorAgeFilesLines
* Include the shells/bash port on Vagrant images, which preventsGlen Barber2020-05-281-1/+1
| | | | | | | | | | | | 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: svn path=/head/; revision=361591
* Increase the size of the Vagrant default image size, as the 3GBGlen Barber2019-05-301-1/+4
| | | | | | | | | | | | | | | size is too small to bootstrap the firstboot_pkgs list. While here, add the growfs(8) startup script to /etc/rc.conf, as Vagrant images can be resized by modifying the Vagrantfile. Reported by: dbaio PR: 238226 MFC after: 1 week Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=348439
* Fix an out-of-order execution issue regarding pkg(8):Glen Barber2015-07-211-1/+1
| | | | | | | | | | | | | | | | - pkg(8) cannot be removed before subsequent reinvocations - The PKG_CACHEDIR cannot be cleaned after the repo*.sqlite has been removed - pkg(8) cannot be removed as a precursor to any of the other steps involved here MFC after: 3 days X-MFC-With: r285722 X-MFC-Before: 10.2-{BETA3,RC1} (whichever happens next) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=285733
* Add support for building VirtualBox Vagrant images.Brad Davis2015-07-201-8/+2
| | | | | | | | | Abstract the build, package and upload to handle building either type. Approved by: re (gjb) Notes: svn path=/head/; revision=285722
* Add initial support for building Vagrant images for VMWare. Next steps will ↵Brad Davis2015-06-271-0/+81
be adding Virtualbox support and uploading to Hashicorp Atlas for others to consume. Approved by: re (gjb) Notes: svn path=/head/; revision=284893