UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 806d66ac authored by Christopher Apsey's avatar Christopher Apsey
Browse files

adjust ini name

parent 1d94987a
Branches
No related merge requests found
Pipeline #26816 failed with stage
in 2 seconds
......@@ -11,13 +11,13 @@ Import-Module ..\windows-openstack-imaging-tools\WinImageBuilder.psm1
Import-Module ..\windows-openstack-imaging-tools\Config.psm1
Import-Module ..\windows-openstack-imaging-tools\UnattendResources\ini.psm1
copy ..\resources\configs\base.ini self.ini
copy ..\resources\configs\base.ini windows-10-2016.ini
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "wim_file_path" -Value "..\resources\wim\windows-10-2016.wim"
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "image_name" -Value "Windows 10 Enterprise 2016 LTSB"
Set-IniFileValue -Path self.ini -Section "DEFAULT" -Key "image_path" -Value "..\artifacts\windows-10-2016.raw"
New-WindowsOnlineImage -ConfigFilePath self.ini
New-WindowsOnlineImage -ConfigFilePath windows-10-2016.ini
Remove-Module WinImageBuilder
Remove-Module Config
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment