diff options
-rw-r--r-- | kvmxfile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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/" |