mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 23:58:58 +01:00
Update legacy.sh
This commit is contained in:
@@ -31,6 +31,9 @@ setMachine() {
|
|||||||
"winnt4" )
|
"winnt4" )
|
||||||
writeState "vga" "cirrus" || return 1 ;;
|
writeState "vga" "cirrus" || return 1 ;;
|
||||||
|
|
||||||
|
"win2k"* | "winxp"* | "win2003"* )
|
||||||
|
writeState "vga" "vmware" || return 1 ;;
|
||||||
|
|
||||||
*) writeState "vga" "std" || return 1 ;;
|
*) writeState "vga" "std" || return 1 ;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|||||||
Reference in New Issue
Block a user