aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2021-01-28 15:50:11 -0300
committerSilvio Rhatto <rhatto@riseup.net>2021-01-28 15:50:11 -0300
commit2b343942870441b1c0f83cc6afdb030056d45c2e (patch)
tree8773f01a5f8d1cf711e7bcf91f915ba47991b493 /kvmxfile
parent8f381d2dd5af97f3663449a5ffc7ed76d11976fd (diff)
downloadcsv-hasher-2b343942870441b1c0f83cc6afdb030056d45c2e.tar.gz
csv-hasher-2b343942870441b1c0f83cc6afdb030056d45c2e.tar.bz2
Feat: initial version
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile8
1 files changed, 5 insertions, 3 deletions
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"