#Dev box provisioning
##Prerequisites
Most of this is from the excellent repo windows-packer from joefitzgerald
You will new the following installed
- packer.io and follow these instructions
- vagrant
- copy a suitble windows iso in to the os-image dir.
- in the windows-dev-box.json change the iso_url to the name of you iso.
- update the iso_checksum if your using a different iso. These can be generated by typing md5 {your_iso} on a mac or md5sum {your_iso] on linux.
- open the Autounattend.xml file and find the ProductKey section replace YOUR-KEY-GOES-HERE with you own from msdn.
- Add yourself as a user in the User accounts section as a local user. Do not remove the Vagrant user!