Skip to content

Commit

Permalink
virtio: use 2k22 virtio drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
ym authored Oct 7, 2023
1 parent 0130ee5 commit 7aca3bd
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 7aca3bd

Please sign in to comment.