From: Silvio Rhatto Date: Fri, 17 Nov 2017 12:32:01 +0000 (-0200) Subject: Adds /srv/share as other possible shared_folder_mountpoint X-Git-Tag: 0.1.0~356 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=0a175a5a5eafb7a05a67a6c007d8f07330ae3a60;p=kvmx.git Adds /srv/share as other possible shared_folder_mountpoint --- diff --git a/kvmxfile b/kvmxfile index 4f92577..74cb4a5 100644 --- a/kvmxfile +++ b/kvmxfile @@ -14,6 +14,7 @@ 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/shared" #shared_folder_mountpoint="/srv/kvmx" #shared_folder_mountpoint="/vagrant"