From 3e675f63676e2a0a7e3e9b787d38a926685c9a04 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 29 Mar 2017 22:01:25 -0300 Subject: Adds user and password defaults into kvmxfile --- kvmxfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kvmxfile b/kvmxfile index 4d1c502..7867049 100644 --- a/kvmxfile +++ b/kvmxfile @@ -5,9 +5,15 @@ # Which base box you should use. Leave unconfigured to use kvmx-create instead. #basebox="stretch" +# First user name +user="user" + +# First user password +password="$RANDOM" + # Set this is you want to be able to share folders between host and guest. shared_folder="." -shared_folder_mountpoint="/home/user/code/$VM" +shared_folder_mountpoint="/home/$user/code/$VM" # Folder to sync during provisioning in the format "/host/folder /guest/folder". #provision_rsync="$KVMX_BASE/share/provision/ /usr/local/share/kvmx/provision/" -- cgit v1.2.3