diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:03:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-10 00:03:58 -0300 |
commit | 0fc6010bcbd41e86372ad27e9e36877af18f994e (patch) | |
tree | 211f316374d70d9223cb251f6ff7cf83d2e0d041 /kvmxfile | |
parent | 824a5b9e0a4651669762d5150e58ac53eeee85ab (diff) | |
download | kvmx-0fc6010bcbd41e86372ad27e9e36877af18f994e.tar.gz kvmx-0fc6010bcbd41e86372ad27e9e36877af18f994e.tar.bz2 |
Full provisioning
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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. |