From: Silvio Rhatto Date: Sun, 28 Jan 2018 13:16:02 +0000 (-0200) Subject: Fix kvmxfile X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=935fa627897a8f7ad396e6b385a9af7baf8a9783;p=stowpkg.git Fix kvmxfile --- diff --git a/kvmxfile b/kvmxfile index 3a03db6..23aaec1 100644 --- a/kvmxfile +++ b/kvmxfile @@ -9,7 +9,7 @@ basebox="stretch" 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="."