summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Bentele2021-08-23 13:12:28 +0200
committerManuel Bentele2021-08-23 13:12:28 +0200
commit6629e9b31c0f0b970d828ec765cb5088d261fb44 (patch)
tree542231004dcbae34734f2f42a54b3cc26b6db444
parent[qemu] Use existing distro service to setup QEMU/KVM properly (diff)
downloadmltk-6629e9b31c0f0b970d828ec765cb5088d261fb44.tar.gz
mltk-6629e9b31c0f0b970d828ec765cb5088d261fb44.tar.xz
mltk-6629e9b31c0f0b970d828ec765cb5088d261fb44.zip
[qemu] Import Bash generic functions for printing during QEMU setup
-rwxr-xr-xcore/modules/qemu/data/opt/openslx/scripts/systemd-qemu_env2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/qemu/data/opt/openslx/scripts/systemd-qemu_env b/core/modules/qemu/data/opt/openslx/scripts/systemd-qemu_env
index d0c6ea3a..7cef5873 100755
--- a/core/modules/qemu/data/opt/openslx/scripts/systemd-qemu_env
+++ b/core/modules/qemu/data/opt/openslx/scripts/systemd-qemu_env
@@ -19,6 +19,8 @@
#
# create and setup Intel GVT-g mediated device instance for passthrough if Intel GVT-g is enabled
#
+declare -rg LOGFILE="/dev/null"
+source /opt/openslx/vmchooser/run-virt-includes/vmchooser_runvirt_functions.inc
source /opt/openslx/vmchooser/plugins/qemukvm/includes/kernel-cmdln.inc
source /opt/openslx/vmchooser/plugins/qemukvm/includes/passthrough-mdev.inc