diff options
| author | Christian Rößler | 2014-01-23 16:00:26 +0100 |
|---|---|---|
| committer | Christian Rößler | 2014-01-23 16:00:26 +0100 |
| commit | d54f34f6c02c101ed6ee7cb34ee918c748b1fb98 (patch) | |
| tree | dca5ee84126b3263d479c3a0cfc583a9d0473552 /remote/modules/vmware/data/opt/openslx | |
| parent | Refine stage 4 blacklist: No backups, no shadow- group- and passwd- (diff) | |
| download | tm-scripts-d54f34f6c02c101ed6ee7cb34ee918c748b1fb98.tar.gz tm-scripts-d54f34f6c02c101ed6ee7cb34ee918c748b1fb98.tar.xz tm-scripts-d54f34f6c02c101ed6ee7cb34ee918c748b1fb98.zip | |
[vmware] run-virt.include: +windows8, windows8-64. Values same as windows7(-64).
Diffstat (limited to 'remote/modules/vmware/data/opt/openslx')
| -rw-r--r-- | remote/modules/vmware/data/opt/openslx/vmchooser/vmware/run-virt.include | 10 |
1 files changed, 10 insertions, 0 deletions
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" |
