diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-12-13 10:45:11 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-12-13 10:45:11 -0300 |
commit | b6e6a908b3b1285ff1ea1672dc70f58fc00f0fcc (patch) | |
tree | bc20e818f10367e258f86beaf874d7e742197c12 | |
parent | 72a0ef33292105ca8ffa898cd321306d58cfd64f (diff) | |
download | debian-b6e6a908b3b1285ff1ea1672dc70f58fc00f0fcc.tar.gz debian-b6e6a908b3b1285ff1ea1672dc70f58fc00f0fcc.tar.bz2 |
Updates kvmxfile
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ shared_folders="debian:.:/home/$user/code/debian,distros:/var/data/distros:/var/ provision_rsync="puppet /etc/puppet/" # Absolute path for a provision script located inside the guest. -provision_command="/usr/local/share/kvmx/provision/development && /home/user/code/$VM/bin/debian-dev-setup" +provision_command="/usr/local/share/kvmx/provision/debian/development && /home/user/code/$VM/bin/debian-dev-setup" # Set this if you want to automatically attach an spice client when the machine # boots. |