From 9cc1157bf5109383f927ade330900b2b3cb51b64 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 Oct 2017 13:23:23 -0300 Subject: Support for multiple mount points --- kvmxfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'kvmxfile') 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: ::,::[,...] +#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/" -- cgit v1.2.3