diff options
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. |