summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
diff options
context:
space:
mode:
authorJannik Schönartz2021-11-29 01:11:46 +0100
committerJannik Schönartz2021-11-29 01:11:46 +0100
commit743f83acbec09e3e6f3c2e37e0f9798ad1c24d95 (patch)
tree08c349d99c6b844817a495592143643d0664f662 /core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
parent[qemu] Start virt-manager without any forks (diff)
downloadmltk-743f83acbec09e3e6f3c2e37e0f9798ad1c24d95.tar.gz
mltk-743f83acbec09e3e6f3c2e37e0f9798ad1c24d95.tar.xz
mltk-743f83acbec09e3e6f3c2e37e0f9798ad1c24d95.zip
[qemu] Add edit support via remoteremote-edit-vm
vmchooser: fix so that autostart uuid parameter works run-virt: replace cleanuploop with a while, so firefox can interrup the session shutdown
Diffstat (limited to 'core/modules/vmchooser2/data/opt/openslx/bin/vmchooser')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/bin/vmchooser4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
index a07fa143..cc1b25dc 100755
--- a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -49,7 +49,7 @@ fi
if [ -n "$SLX_EXAM" ]; then
EXTRA="$EXTRA --exam-mode"
elif [ -n "$SLX_AUTOSTART_UUID" ]; then
- SLX_EXAM_START="$SLX_AUTOSTART_UUID"
+ EXTRA="$EXTRA --start-uuid $SLX_AUTOSTART_UUID"
fi
if [ -z "$SLX_NO_PVS" ]; then
EXTRA="$EXTRA --pvs"
@@ -86,5 +86,5 @@ if [ -n "$SLX_SCREEN_SAVER_TIMEOUT" ]; then
fi
# No quotes around $EXTRA!
-exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" --start-uuid "$SLX_EXAM_START" $EXTRA
+exec vmchooser.real "$@" --url "$URL" --fullscreen --tab "$TAB" $EXTRA