summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/README
diff options
context:
space:
mode:
authorManuel Bentele2021-07-01 09:34:31 +0200
committerManuel Bentele2021-07-01 09:34:31 +0200
commitfe94feb0301a16e6f9ba83e5c13ddb67174599e1 (patch)
treeb9fb1701b8075e84a3b90065362ca2ff88f2920e /core/modules/run-virt/README
parentMerge branch 'master' into installer (diff)
parent[qemu] Enable shared folders if global support is active (diff)
downloadmltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.tar.gz
mltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.tar.xz
mltk-fe94feb0301a16e6f9ba83e5c13ddb67174599e1.zip
Merge branch 'master' into installer
Diffstat (limited to 'core/modules/run-virt/README')
-rw-r--r--core/modules/run-virt/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/core/modules/run-virt/README b/core/modules/run-virt/README
index 2f300630..b04dd07e 100644
--- a/core/modules/run-virt/README
+++ b/core/modules/run-virt/README
@@ -35,6 +35,13 @@ from $VMCHOOSER_DIR/plugins/$PLUGIN_ID/*
Absolute path to the main run-virt script. Should usually be
/opt/openslx/vmchooser/vmchooser-run_virt
+# $SHARE_REMAP_MODE
+How to map network shares into guest
+0 = disabled
+1 = mount normally in guest (openslx.exe)
+2 = mount normally in gues, but fall back to shared folders if it fails
+3 = use shared folders feature of virtualizer
+
# $SRC_IMG_ABSOLUTE
Absolute path to the VMs HDD image. When using DNBD3, which requires
$SRC_IMG_RELATIVE to be set, this file might not actually exist.