From f83bef4d9b13d9c5d7d410593bc69d23cc372666 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 5 Oct 2017 13:35:52 -0300 Subject: Multiple mountpoints at kvmxfile --- kvmxfile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kvmxfile b/kvmxfile index caa9068..4b015b0 100644 --- a/kvmxfile +++ b/kvmxfile @@ -12,8 +12,12 @@ user="user" password="$RANDOM" # Set this is you want to be able to share folders between host and guest. -shared_folder="." -shared_folder_mountpoint="/home/user/code/$VM" +#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="debian:.:/home/$user/code/debian,distros:/var/data/distros:/var/data/distros" # 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