From ce35e2b866d645fd382cf6ac6f44d9b2dcbaf515 Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Tue, 14 May 2013 21:21:34 +0200 Subject: exclude some vm functions --- .../vmplayer/data/etc/openslx/vmware/run-virt.include | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'remote/modules') 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" -- cgit v1.2.3-55-g7522