Windows Trial Lab
c1430c0bdb
- 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 |
||
---|---|---|
legacy-packer-windows | ||
scripts | ||
windows_81_x86 | ||
.gitignore | ||
buildlab.ps1 | ||
readme.markdown | ||
todo.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