mirror of
https://github.com/dockur/windows.git
synced 2025-10-27 19:35:49 +00:00
fix: Workaround Virtio GPU driver bug
This commit is contained in:
parent
42d4e075d8
commit
3b3578f13a
1 changed files with 3 additions and 0 deletions
|
|
@ -701,6 +701,9 @@ addDriver() {
|
|||
"winvista"* )
|
||||
[[ "${driver,,}" == "viorng" ]] && return 0
|
||||
;;
|
||||
"win11x64"* | "win2025"* )
|
||||
[[ "${driver,,}" == "viogpudo" ]] && return 0
|
||||
;;
|
||||
esac
|
||||
|
||||
local dest="$path/$target/$driver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue