diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-11-17 10:32:01 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-11-17 10:32:01 -0200 |
commit | 0a175a5a5eafb7a05a67a6c007d8f07330ae3a60 (patch) | |
tree | 19d79f953afc0fea070f7c6232aaa6a73dc44766 /kvmxfile | |
parent | 8fa41c7e8c3114750beaaf9ebf626362b1a11f73 (diff) | |
download | kvmx-0a175a5a5eafb7a05a67a6c007d8f07330ae3a60.tar.gz kvmx-0a175a5a5eafb7a05a67a6c007d8f07330ae3a60.tar.bz2 |
Adds /srv/share as other possible shared_folder_mountpoint
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |