aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-10 00:03:58 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-10 00:03:58 -0300
commit0fc6010bcbd41e86372ad27e9e36877af18f994e (patch)
tree211f316374d70d9223cb251f6ff7cf83d2e0d041 /kvmxfile
parent824a5b9e0a4651669762d5150e58ac53eeee85ab (diff)
downloadkvmx-0fc6010bcbd41e86372ad27e9e36877af18f994e.tar.gz
kvmx-0fc6010bcbd41e86372ad27e9e36877af18f994e.tar.bz2
Full provisioning
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.