wintriallab/readme.markdown
Micah R Ledbetter 1230ab9829 Got something working - I can build Win 8.1 x86 boxes!
- Add new script for building the Packer boxes called labbuilder.ps1
- Rearranged the hierarchy (my new script relies on the new hierarchy)
- Working windows_81_x86 folder
- Moved old packer-windows stuff to legacy-packer-windows directory.
  I plan to move it over piece by piece
- Added a script to install 7zip that the other post install scripts can
  depend on
- Fixed compact.bat & vm-guest-tools.bat to use 7zip installer
- Fixed compact.bat to work with 32 bit machines
- Added a readme
2015-09-17 16:56:39 -05:00

15 lines
322 B
Markdown

Build a packer file:
buildlab -baseConfigName windows_81_x86 -action BuildPacker -tag "TestBuildForFun"
Add it to Vagrant
buildlab -baseConfigName windows_81_x86 -action AddToVagrant -tag "TestBuildForFun"
You can do both of these at once with
-action BuildPacker,AddToVagrant
More shit to come later