Skip to content

Commit

Permalink
Define new HLK2022_next kit
Browse files Browse the repository at this point in the history
Windows Server vNext Build 25941 required other HLK and
playlist.

Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Oct 3, 2023
1 parent d8785f1 commit ae2a881
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions lib/engines/hckinstall/kit.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"download_url": "https://go.microsoft.com/fwlink/?linkid=2195974",
"extra_software": [ "winfsp" ]
},
"HLK2022_next": {
"extra_software": [ "Disable_SNV", "winfsp" ]
},
"HLK11_next": {
"extra_software": [ "Disable_SNV", "winfsp" ]
}
Expand Down
1 change: 1 addition & 0 deletions lib/engines/hckinstall/studio_platform.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"HLK11_next": "Win2022x64",
"HLK2022_next": "Win2022x64",
"HLK11_22H2": "Win2022x64",
"HLK2022": "Win2022x64",
"HLK20H2": "Win2016x64",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"name": "Win2022nextx64_host_uefi_q35_viommu",
"kit": "HLK2022",
"kit": "HLK2022_next",
"fw_type": "uefi",
"machine_type": "q35",
"viommu_state": true,
"enlightenments_state": true,
"cpu": "host",
"st_image": "HLK2022.qcow2",
"st_image": "HLK2022_next.qcow2",
"clients": {
"c1": {
"name": "CL1",
"cpus": "4",
"memory": "8G",
"winrm_port": "4002",
"image": "HLK2022-C1-Win2022nextx64-host-uefi-q35-viommu.qcow2"
"image": "HLK2022_next-C1-Win2022nextx64-host-uefi-q35-viommu.qcow2"
},
"c2": {
"name": "CL2",
"cpus": "4",
"memory": "8G",
"winrm_port": "4003",
"image": "HLK2022-C2-Win2022nextx64-host-uefi-q35-viommu.qcow2"
"image": "HLK2022_next-C2-Win2022nextx64-host-uefi-q35-viommu.qcow2"
}
}
}

0 comments on commit ae2a881

Please sign in to comment.