aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-10-27 17:39:23 -0200
committerSilvio Rhatto <rhatto@riseup.net>2017-10-27 17:39:23 -0200
commit5a0694686214da4da0c7f00e7abc5b7b1ee39e1a (patch)
tree0c461e22b7f797c7d9d73c5cb38acd2339cad254 /kvmxfile
parent2c9e4b5dd92b4613407babf086e1290238681ae0 (diff)
downloadkvmx-5a0694686214da4da0c7f00e7abc5b7b1ee39e1a.tar.gz
kvmx-5a0694686214da4da0c7f00e7abc5b7b1ee39e1a.tar.bz2
Alternative shared folder config
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile2
1 files changed, 2 insertions, 0 deletions
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: <id1>:<host-folder1>:<guest-mountpoint1>,<id2>:<host-folder2>:<guest-mountpoint2>[,...]