Skip to content

Instantly share code, notes, and snippets.

@ccollicutt
Last active December 15, 2015 03:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccollicutt/5198205 to your computer and use it in GitHub Desktop.
Save ccollicutt/5198205 to your computer and use it in GitHub Desktop.
$ vagrant box add centos64 file://$PWD/centos64.box
Downloading with Vagrant::Downloaders::File...
Cleaning up downloaded box...
The specified path to a file doesn't exist.
$ echo $PWD
/Users/curtis/Documents/Virtual Machines.localized/CentOS 64-bit.vmwarevm
$ ls centos64.box
centos64.box
$ tar ztf centos64.box
./CentOS 64-bit.nvram
./CentOS 64-bit.plist
./CentOS 64-bit.vmsd
./CentOS 64-bit.vmx
./CentOS 64-bit.vmx.lck/
./CentOS 64-bit.vmx.lck/M54310.lck
./CentOS 64-bit.vmxf
./centos64.vmdk
./metadata.json
$ vagrant --version
Vagrant version 1.1.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment