aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/kvmxfile b/kvmxfile
index d8394c8..70d9f21 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -7,10 +7,13 @@
# Set this is you want to be able to share folders between host and guest.
shared_folder="."
-shared_folder_mountpoint="/home/user/$VM"
+shared_folder_mountpoint="/home/user/code/$VM"
+
+# Folder to sync during provisioning in the format "/host/folder /guest/folder".
+#provision_rsync="$KVMX_BASE/provision/ /usr/local/share/kvmx/provision/"
# Absolute path for a provision script located inside the guest.
-#provision_script="/home/user/$VM/provision"
+#provision_command="/usr/share/kvmx/provision/desktop-basic"
# Set this if you want to automatically attach an spice client when the machine
# boots.