vagrant init hfm4/freebsd-10.0
vagrant up
packer build packer/FreeBSD-10.0-RELEASE-amd64.json
packer build packer/FreeBSD-10.0-RELEASE-i386.json
./
├── README.md
├── Vagrantfile
├── builds
├── http
│ │── install.sh
│ └── install_i386.sh
├── packer
│ │── FreeBSD-10.0-RELEASE-amd64.json
│ └── FreeBSD-10.0-RELEASE-i386.json
└── scripts
├── vagrant.sh
├── virtualbox.sh
└── cleanup.sh