From 063df2c9c268426a334bc50d2a1461c0284f34ef Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 22 Sep 2017 15:46:39 -0300 Subject: Ubuntu image support at kvmx-create --- kvmxfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmxfile') diff --git a/kvmxfile b/kvmxfile index c441888..27585cd 100644 --- a/kvmxfile +++ b/kvmxfile @@ -9,7 +9,7 @@ user="user" # First user password -password="`head -c ${1:-20} /dev/urandom | base64`" +password="`head -c 20 /dev/urandom | base64`" # Set this is you want to be able to share folders between host and guest. shared_folder="." -- cgit v1.2.3