diff options
author | Simon Rettberg | 2024-11-08 14:28:56 +0100 |
---|---|---|
committer | Simon Rettberg | 2024-11-08 14:28:56 +0100 |
commit | 0b937ab689366b7abe3a46eb0fbc919e6cc07ee7 (patch) | |
tree | 058969d9ff1f17fb4f28e8c78f5318fc9fb543f1 /core | |
parent | [kiosk-chromium] Add support for forcing hw video decode (diff) | |
download | mltk-0b937ab689366b7abe3a46eb0fbc919e6cc07ee7.tar.gz mltk-0b937ab689366b7abe3a46eb0fbc919e6cc07ee7.tar.xz mltk-0b937ab689366b7abe3a46eb0fbc919e6cc07ee7.zip |
[qemu] Do not use virt-manager in CoW mode - confused users
Diffstat (limited to 'core')
-rw-r--r-- | core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include index e522ccab..56b32b8b 100644 --- a/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include +++ b/core/modules/qemu/data/opt/openslx/vmchooser/plugins/qemukvm/run-virt.include @@ -116,9 +116,6 @@ run_plugin() { if $DEBUG; then VIRTCMDOPTS+=( "-xmledit" ) fi - if notempty DMSD_COW_SESSION; then - VIRTCMDOPTS+=( "-manager" ) - fi if [ "${SHARE_REMAP_MODE}" -gt 1 ]; then notempty HOME_SHARE_PATH && VIRTCMDOPTS+=( "-vmfssrc0" "${HOME_SHARE_PATH}" ) |