aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-11-17 10:32:01 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-11-17 10:32:01 -0200
commit0a175a5a5eafb7a05a67a6c007d8f07330ae3a60 (patch)
tree19d79f953afc0fea070f7c6232aaa6a73dc44766 /kvmxfile
parent8fa41c7e8c3114750beaaf9ebf626362b1a11f73 (diff)
downloadkvmx-0a175a5a5eafb7a05a67a6c007d8f07330ae3a60.tar.gz
kvmx-0a175a5a5eafb7a05a67a6c007d8f07330ae3a60.tar.bz2
Adds /srv/share as other possible shared_folder_mountpoint
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile1
1 files changed, 1 insertions, 0 deletions
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"