Skip to content

Commit

Permalink
Merge pull request #383 from ym/virtio-win2k22
Browse files Browse the repository at this point in the history
virtio: use 2k22 virtio drivers
  • Loading branch information
ader1990 authored Dec 5, 2024
2 parents 4ce090f + 7aca3bd commit 812a5e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WinImageBuilder.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ $VirtIODriverMappings = @{
"w8.1" = @(9600, 9900, $false);
"2k16" = @(14393, 16299, $true);
"w10" = @(10240, $MAX_BUILD_NUMBER, $false);
"2k19" = @(17763, $MAX_BUILD_NUMBER, $true);
"2k19" = @(17763, 19999, $true);
"2k22" = @(20348, $MAX_BUILD_NUMBER, $true);
}

$AvailableCompressionFormats = @("tar","gz","zip")
Expand Down

0 comments on commit 812a5e9

Please sign in to comment.