summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2021-06-30 12:53:40 +0200
committerSimon Rettberg2021-06-30 12:53:40 +0200
commitd4955a9777f59da44934c4abdde34f85e9706fa6 (patch)
tree756b97b44f9cc87706786e1c75853693dc302f1f
parent[run-virt] Fix sed expression for VM_CLEANNAME generation (diff)
downloadmltk-d4955a9777f59da44934c4abdde34f85e9706fa6.tar.gz
mltk-d4955a9777f59da44934c4abdde34f85e9706fa6.tar.xz
mltk-d4955a9777f59da44934c4abdde34f85e9706fa6.zip
[run-virt] README: SHARE_REMAP_MODE
-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.