diff options
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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>[,...] |