From 5a0694686214da4da0c7f00e7abc5b7b1ee39e1a Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 27 Oct 2017 17:39:23 -0200 Subject: Alternative shared folder config --- kvmxfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kvmxfile b/kvmxfile index f28d7de..51db271 100644 --- a/kvmxfile +++ b/kvmxfile @@ -14,6 +14,8 @@ password="`head -c 20 /dev/urandom | base64`" # 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" +#shared_folder_mountpoint="/srv/kvmx" +#shared_folder_mountpoint="/vagrant" # Set this is you want to be able to share multiple folders between host and guest. # Format: ::,::[,...] -- cgit v1.2.3