summaryrefslogtreecommitdiffstats
path: root/core/modules/vmchooser2
diff options
context:
space:
mode:
authorSimon Rettberg2017-03-30 13:37:10 +0200
committerSimon Rettberg2017-03-30 13:37:10 +0200
commit7617e763e995d6d70ceda07062401a74849ea4a0 (patch)
tree10fc790fcda6962d656c85cfe047fddd2cdca570 /core/modules/vmchooser2
parent[beamergui] Use temp-file when passing data to parse-edid: (diff)
downloadmltk-7617e763e995d6d70ceda07062401a74849ea4a0.tar.gz
mltk-7617e763e995d6d70ceda07062401a74849ea4a0.tar.xz
mltk-7617e763e995d6d70ceda07062401a74849ea4a0.zip
[vmchooser2] Pass --pvs as long as $SLX_NO_PVS is empty
Diffstat (limited to 'core/modules/vmchooser2')
-rwxr-xr-xcore/modules/vmchooser2/data/opt/openslx/bin/vmchooser1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
index 12b710e1..3e41c813 100755
--- a/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
+++ b/core/modules/vmchooser2/data/opt/openslx/bin/vmchooser
@@ -39,6 +39,7 @@ fi
[ -n "$SLX_VMCHOOSER_FORLOCATION" ] && EXTRA="$EXTRA --location-mode $SLX_VMCHOOSER_FORLOCATION"
[ "$HW_KVM" != "ENABLED" ] && EXTRA="$EXTRA --no-vtx"
[ -n "$SLX_EXAM" ] && EXTRA="$EXTRA --exam-mode"
+[ -z "$SLX_NO_PVS" ] && EXTRA="$EXTRA --pvs"
# No quotes around $EXTRA!
if [ -z "$SLX_LOCATIONS" ]; then