mirror of
https://github.com/dockur/windows.git
synced 2026-09-13 21:38:22 +01:00
feat: Install SVGA drivers on 2000/XP/2003 (#2190)
This commit is contained in:
@@ -31,6 +31,9 @@ setMachine() {
|
||||
"winnt4" )
|
||||
writeState "vga" "cirrus" || return 1 ;;
|
||||
|
||||
"win2k"* | "winxp"* | "win2003"* )
|
||||
writeState "vga" "vmware" || return 1 ;;
|
||||
|
||||
*) writeState "vga" "std" || return 1 ;;
|
||||
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user