]> gitweb.fluxo.info Git - kvmx.git/commitdiff
Alternative shared folder config
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 19:39:23 +0000 (17:39 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 27 Oct 2017 19:39:23 +0000 (17:39 -0200)
kvmxfile

index f28d7dec8acddcdcc0f01b9c7c2bf982c5b64ed4..51db271afdb57e34e2d4c2aa08df47918b474960 100644 (file)
--- 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>[,...]