cloudbase / windows-imaging-tools

Tools to automate the creation of a Windows image for OpenStack, supporting KVM, Hyper-V, ESXi and more.
Apache License 2.0
670 stars 227 forks source link

Refactored/reordered file placement and modules #310

Closed ader1990 closed 1 year ago

ader1990 commented 4 years ago

Added following methods to WindowsImageBuilder:

Moved all powershell module code to UnattendResources\PSModules so that we it can be used by Logon.ps1 too (no more code duplication).

Moved the KMS, UnattendTemplates and Wallpaper to UnattendResources\windows-utils for the same reason.

Moved all binaries to UnattendResources\bin.

Moved FirstLogon.ps1 code to Logon.ps1, as there is no reason to have two entry points.