diff options
author | Jonathan Bauer | 2018-04-19 13:19:06 +0200 |
---|---|---|
committer | Jonathan Bauer | 2018-04-19 13:19:06 +0200 |
commit | 958e7fa5eec731a48b71760eb9e7053abe9f5a3f (patch) | |
tree | 10f14a00830af0146f14f63d2febe13c45dce522 /core | |
parent | [vbox-src] finalize xml: split into functions (diff) | |
download | mltk-958e7fa5eec731a48b71760eb9e7053abe9f5a3f.tar.gz mltk-958e7fa5eec731a48b71760eb9e7053abe9f5a3f.tar.xz mltk-958e7fa5eec731a48b71760eb9e7053abe9f5a3f.zip |
[vbox-src] cp xml to /tmp/vbox-last-config.$USER
Diffstat (limited to 'core')
-rwxr-xr-x | core/modules/vbox-src/data/opt/openslx/vmchooser/plugins/virtualbox/run-virt.include | 3 |
1 files changed, 3 insertions, 0 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 0ceab894..97e82499 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 @@ -53,4 +53,7 @@ run_plugin() { # set headless mode (-v off to disable vrdp) declare -rg VIRTCMDHL="${VBOX_BASE_DIR}/VBoxHeadless" declare -rg VIRTCMDOPTSHL="-s ${MACHINE_UUID}" + + # for debugging purposes + cp "$VBOX_MACHINE_CONFIG" "/tmp/vbox-last-config.$USER" } |