Windows Trial Lab
Go to file
Micah R Ledbetter c1430c0bdb Add code for building updated Windows ISOs
- Improve PS code, though the lab scripts are kind of a mess still
- Move some functions over to the postinstall module (should rename)
- Rip out calls to dism.exe in favor of the Powershell dism module
- Use an exported $ArchitectureId dictionary variable like a global
  constant for talking about architecture names
- Programmatically get the path of ADK/WAIK files & folders
- Call out to oscdimg.exe to make a new ISO
2015-09-30 17:46:08 -05:00
legacy-packer-windows Got something working - I can build Win 8.1 x86 boxes! 2015-09-17 16:56:39 -05:00
scripts Add code for building updated Windows ISOs 2015-09-30 17:46:08 -05:00
windows_81_x86 Work on supporting Windows Updates in buildlab; cleanup 2015-09-24 18:33:39 -05:00
.gitignore Move packer trial shit around 2015-09-15 10:45:54 -05:00
buildlab.ps1 Add code for building updated Windows ISOs 2015-09-30 17:46:08 -05:00
readme.markdown Got something working - I can build Win 8.1 x86 boxes! 2015-09-17 16:56:39 -05:00
todo.markdown MY PACKER SHIT WORKS!! 2015-09-23 11:48:36 -05:00

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