Skip to content

Provides the base box used for development environments

Notifications You must be signed in to change notification settings

attendease/vagrant-base-freebsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building a fresh Vagrant Box

vagrant up

This may time out waiting to provision, so if it does, run this after:

vagrant halt
vagrant up --provision

Clear the free space for better compression

vagrant ssh
sudo dd if=/dev/zero of=/EMPTY bs=1M
sudo rm -f /EMPTY
sudo sync
logout
vagrant halt

Package it up into a box

vagrant package --output vagrant-freebsd.box

Add it locally to test before uploading

vagrant box add attendease-freebsd-base vagrant-freebsd.box

Notes about versioning...

https://github.com/hollodotme/Helpers/blob/master/Tutorials/vagrant/self-hosted-vagrant-boxes-with-versioning.md

About

Provides the base box used for development environments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages