Skip to content

Instantly share code, notes, and snippets.

@whatnickcodes
Last active August 29, 2015 14:07
Show Gist options
  • Save whatnickcodes/043c0d9af010063f84ee to your computer and use it in GitHub Desktop.
Save whatnickcodes/043c0d9af010063f84ee to your computer and use it in GitHub Desktop.
Vagrant box
sudo dd if=/dev/zero of=/EMPTY bs=1M
sudo rm -f /EMPTY
cat /dev/null > ~/.bash_history && history -c && exit
vagrant package --output scotch.box
vagrant box add ubuntu64 package.box
vagrant init ubuntu64
vagrant up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment