aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/kvmxfile b/kvmxfile
index 27585cd..703e88a 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -11,10 +11,14 @@ user="user"
# First user password
password="`head -c 20 /dev/urandom | base64`"
-# Set this is you want to be able to share folders between host and guest.
+# Set this is you want to be able to share a single folder between host and guest.
shared_folder="."
shared_folder_mountpoint="/home/$user/code/$VM"
+# Set this is you want to be able to share multiple folders between host and guest.
+# Format: <id1>:<host-folder1>:<guest-mountpoint1>,<id2>:<host-folder2>:<guest-mountpoint2>[,...]
+#shared_folders="shared1:.:/home/$user/code/$VM,shared2:$HOME/.local/share/app:/home/$user/.local/share/app"
+
# Folder to sync during provisioning in the format "/host/folder /guest/folder".
#provision_rsync="$KVMX_BASE/share/provision/ /usr/local/share/kvmx/provision/"