From d54f34f6c02c101ed6ee7cb34ee918c748b1fb98 Mon Sep 17 00:00:00 2001 From: Christian Rößler Date: Thu, 23 Jan 2014 16:00:26 +0100 Subject: [vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64). --- .../vmware/data/opt/openslx/vmchooser/vmware/run-virt.include | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'remote/modules') diff --git a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include index ef29f495..3933287b 100644 --- a/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include +++ b/remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include @@ -131,6 +131,16 @@ runvmwareconfheader () MAXMEM="8000" MAXCORES="4" ;; + win8*64|windows8*64) + vmostype="windows8-64" + MAXMEM="32000" + MAXCORES="4" + ;; + win8*|windows8*) + vmostype="windows8" + MAXMEM="8000" + MAXCORES="4" + ;; win*64) MAXMEM="16000" MAXCORES="4" -- cgit v1.2.3-55-g7522