diff options
| author | Christian Rößler | 2015-05-12 17:08:08 +0200 |
|---|---|---|
| committer | Christian Rößler | 2015-05-12 17:08:08 +0200 |
| commit | b60f27776ba0e1cf08ed864abe19dc9ba0283f2f (patch) | |
| tree | 5e8c642a90c151b20384083404c1f5dc7261bb1e /remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-b60f27776ba0e1cf08ed864abe19dc9ba0283f2f.tar.gz tm-scripts-b60f27776ba0e1cf08ed864abe19dc9ba0283f2f.tar.xz tm-scripts-b60f27776ba0e1cf08ed864abe19dc9ba0283f2f.zip | |
[vbox] CAUTION: COMPATIBILITY BREAK to V3! virtualbox runs now, needs further
work eg. fullscreen, Shared folders, less GUI messages etc.
Diffstat (limited to 'remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include')
| -rw-r--r-- | remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include index 477eebde..36c8ab80 100644 --- a/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include +++ b/remote/modules/vbox/data/opt/openslx/vmchooser/virtualbox/virtualbox.include @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# Copyright (c) 2010..2013 - OpenSLX GmbH +# Copyright (c) 2010..2012 - OpenSLX GmbH # # This program/file is free software distributed under the GPL version 2. # See http://openslx.org/COPYING @@ -10,9 +10,9 @@ # General information about OpenSLX can be found at http://openslx.org # ----------------------------------------------------------------------------- # Include file (general template) for run-virt.include of the virtualbox plugin + cat << EOF > "${confdir}/VirtualBox.xml" -<?xml version="1.0"?> -<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.12-linux"> <!-- 1.12-linux --> +<VirtualBox xmlns="http://www.innotek.de/VirtualBox-settings" version="1.12-linux"> <Global> <ExtraData> <ExtraDataItem name="GUI/Input/AutoCapture" value="true"/> |
