summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2019-06-17 14:07:31 +0200
committerroot2019-06-17 14:07:31 +0200
commit3d22858c9c2984eadeffa5a0673ec358b8d7d0aa (patch)
tree5f5616c883b01c1247d167b3cc1fd1b850543545 /core
parent[run-virt] openslx.exe: Always pass username on command line (diff)
downloadmltk-3d22858c9c2984eadeffa5a0673ec358b8d7d0aa.tar.gz
mltk-3d22858c9c2984eadeffa5a0673ec358b8d7d0aa.tar.xz
mltk-3d22858c9c2984eadeffa5a0673ec358b8d7d0aa.zip
[vbox-src] run-virt: Startup command changed with 6.x
Diffstat (limited to 'core')
-rwxr-xr-xcore/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
index 023f692d..5ac7ab51 100755
--- a/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
+++ b/core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include
@@ -27,13 +27,13 @@ run_plugin() {
# determine hardware limits based on guest OD
$(safesource "${VBOX_INCLUDE_DIR}/guest_hardware_limits.inc")
-
+
# prepare volatile rw layer for the disk image using a snapshot
$(safesource "${VBOX_INCLUDE_DIR}/prepare_snapshot.inc")
# create main virtualbox configuration
$(safesource "${VBOX_INCLUDE_DIR}/create_vbox_config.inc")
-
+
# finalize machine configuration
$(safesource "${VBOX_INCLUDE_DIR}/finalize_machine_config.inc")
@@ -41,9 +41,9 @@ run_plugin() {
$(safesource "${VBOX_INCLUDE_DIR}/log_config_summary.inc")
# set the variables appropriately (several interfaces with different names)
- declare -rg VIRTCMD="${VBOX_BASE_DIR}/VirtualBox"
+ declare -rg VIRTCMD="${VBOX_BASE_DIR}/VirtualBoxVM"
declare -rg VIRTCMDOPTS="--startvm ${MACHINE_UUID} --start-running --fullscreen"
-
+
# set headless mode (-v off to disable vrdp)
declare -rg VIRTCMDHL="${VBOX_BASE_DIR}/VBoxHeadless"
declare -rg VIRTCMDOPTSHL="-s ${MACHINE_UUID}"