diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-07-15 15:52:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-07-15 15:52:28 -0300 |
commit | 2b0fdc40e076f46a2212f77a7d913042f1c8088d (patch) | |
tree | df92cc69bcf0be98155cfb9d42596f28de23f888 /kvmxfile | |
parent | ef1267826007c6bdfbc46cd62deb66d3365a4065 (diff) | |
download | kvmx-2b0fdc40e076f46a2212f77a7d913042f1c8088d.tar.gz kvmx-2b0fdc40e076f46a2212f77a7d913042f1c8088d.tar.bz2 |
Updates xrandr, net_dns and provision_command
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ shared_folder_mountpoint="/home/$user/code/$VM" # Absolute path for a provision script located inside the guest. # Needs ssh_support set to "y" and a workable SSH connection to the guest. +#provision_command="sudo apt-get update && sudo apt-get dist-upgrade -y && sudo apt-get autoremove -y && sudo apt-get clean" #provision_command="/usr/local/share/kvmx/provision/development && /etc/puppet/bin/provision && /etc/puppet/bin/deploy" #provision_command="/usr/local/share/kvmx/provision/development && /etc/puppet/bin/deploy" #provision_command="/usr/local/share/kvmx/provision/development && /home/$user/code/$VM/bin/custom-provisioner" |