From 2b343942870441b1c0f83cc6afdb030056d45c2e Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 28 Jan 2021 15:50:11 -0300 Subject: Feat: initial version --- kvmxfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index 4a6f7f3..7a342f5 100644 --- a/kvmxfile +++ b/kvmxfile @@ -7,6 +7,7 @@ hostname="csv-hasher" # Which base box you should use. Leave unconfigured to use kvmx-create instead. #basebox="buster" +basebox="dev" # First user name user="user" @@ -31,10 +32,10 @@ net="user" # Set this is you want to be able to share a single folder between host and guest. # Needs ssh_support set to "y" and a workable SSH connection to the guest. shared_folder="." -shared_folder_mountpoint="/home/$user/code/$VM" +#shared_folder_mountpoint="/home/$user/code/$VM" #shared_folder="$HOME/temp/shared/$VM" #shared_folder_mountpoint="/home/$user/temp/shared/$VM" -#shared_folder_mountpoint="/srv/shared" +shared_folder_mountpoint="/srv/shared" #shared_folder_mountpoint="/srv/kvmx" #shared_folder_mountpoint="/vagrant" @@ -74,6 +75,7 @@ shared_folder_mountpoint="/home/$user/code/$VM" #provision_command="/usr/local/share/kvmx/provision/debian/development" #provision_command="/usr/local/share/kvmx/provision/debian/trashman" #provision_command="/usr/local/share/kvmx/provision/debian/desktop-basic" +provision_command="/usr/local/share/kvmx/provision/debian/development && /srv/shared/bin/provision" # Startup command #startup_command="/path/to/custom/command" @@ -102,7 +104,7 @@ vnc_client="virt-viewer" spice="1" # Set this if you want to attach an spice client when the machine boots. -run_spice_client="1" +run_spice_client="0" # SPICE client #spice_client="spicec" -- cgit v1.2.3