summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmplayer/data/etc/openslx
diff options
context:
space:
mode:
authorMichael Neves2013-05-14 21:21:34 +0200
committerMichael Neves2013-05-14 21:21:34 +0200
commitce35e2b866d645fd382cf6ac6f44d9b2dcbaf515 (patch)
tree4aefd80d4456884127c5d13950dc435f4dbae317 /remote/modules/vmplayer/data/etc/openslx
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-ce35e2b866d645fd382cf6ac6f44d9b2dcbaf515.tar.gz
tm-scripts-ce35e2b866d645fd382cf6ac6f44d9b2dcbaf515.tar.xz
tm-scripts-ce35e2b866d645fd382cf6ac6f44d9b2dcbaf515.zip
exclude some vm functions
Diffstat (limited to 'remote/modules/vmplayer/data/etc/openslx')
-rw-r--r--remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include12
1 files changed, 8 insertions, 4 deletions
diff --git a/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include b/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include
index bc93d68b..012ad82a 100644
--- a/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include
+++ b/remote/modules/vmplayer/data/etc/openslx/vmware/run-virt.include
@@ -158,13 +158,15 @@ floppy0.startConnected = \"FALSE\"
floppy0.autodetect = \"TRUE\"
floppy0.fileName = \"auto detect\"
# we need floppy b: for our windows client configuration
+#TODO: enable floppy1
floppy1.present = \"${floppy1}\"
-floppy1.startConnected = \"TRUE\"
+floppy1.startConnected = \"FALSE\"
floppy1.fileType = \"file\"
floppy1.fileName = \"${floppy1name}\"
# nics
-ethernet0.present = \"TRUE\"
+#TODO: enable eth0
+ethernet0.present = \"FALSE\"
ethernet0.addressType = \"static\"
${network_virtualDev}
ethernet0.connectionType = \"${network_kind}\"
@@ -174,7 +176,8 @@ ethernet0.address = \"00:50:56:${VM_ID}:${machostpart}\"
ethernet0.wakeOnPcktRcv = \"FALSE\"
# sound
-sound.present = \"TRUE\"
+#TODO: enable sound
+sound.present = \"FALSE\"
sound.fileName = \"-1\"
sound.autodetect = \"TRUE\"
sound.virtualdev = \"${sound}\"
@@ -342,7 +345,8 @@ sound="es1371"
# check for 3D configuration setting
case "${enable3d}" in
*true*|*yes*)
- enable3d="TRUE"
+ #TODO: enable 3D
+ enable3d="FALSE"
;;
*)
enable3d="FALSE"