Windows Trial Lab
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Micah R Ledbetter 09b2071a4b
Fix small bugs and syntax errors everywhere
9 years ago
legacy-packer-windows Got something working - I can build Win 8.1 x86 boxes! 9 years ago
scripts Fix small bugs and syntax errors everywhere 9 years ago
windows_81_x86 Fix small bugs and syntax errors everywhere 9 years ago
.gitignore Move packer trial shit around 9 years ago
buildlab.ps1 Fix small bugs and syntax errors everywhere 9 years ago
readme.markdown windows-trial-lab: 9 years ago
slipstream.ps1 windows-trial-lab: 9 years ago
todo.markdown MY PACKER SHIT WORKS!! 9 years ago

readme.markdown

windows-trial-lab: scripts for building one or more machines from Windows trial ISOs

Layout and script purpose

  • marionettist/windows-trial-lab/
    • scripts/
      • windeploy-marionettist/
        • windeploy-marionettist.psm1
        • (etc)
      • autounattend-postinstall.ps1 # run from Autounattend.xml, contains hardcoded values
      • packer-postinstall.ps1 # run by a packer provisioner, contains hardcoded values
      • download-windowsupdates.ps1 # run on schedule, should use a config file somewhere
      • build-updatedwindowsisos.ps1 # run on schedule, should use a config file somewhere
      • build-vagrantboxes.ps1 # run on schedule, should use a config file somewhere
      • buildlab.ps1 # ?? maybe? controls the whole flow of everything? I at least need something that talks to Packer
      • (any other scripts)