From: Silvio Rhatto Date: Tue, 4 Apr 2017 12:27:54 +0000 (-0300) Subject: Adds project website link into kvmxfile X-Git-Tag: 0.1.0~462 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=de8acc854e213feb42acd46eb3c302f13b988a7f;p=kvmx.git Adds project website link into kvmxfile --- diff --git a/kvmxfile b/kvmxfile index bb27893..b9cf8a2 100644 --- a/kvmxfile +++ b/kvmxfile @@ -1,5 +1,5 @@ # -# Sample kvmx file +# Sample kvmx file - https://kvmx.fluxo.info # # Which base box you should use. Leave unconfigured to use kvmx-create instead. @@ -9,7 +9,7 @@ user="user" # First user password -password="$RANDOM" +password="`head -c ${1:-20} /dev/urandom | base64`" # Set this is you want to be able to share folders between host and guest. shared_folder="."