diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-22 15:46:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-22 15:46:39 -0300 |
commit | 063df2c9c268426a334bc50d2a1461c0284f34ef (patch) | |
tree | b42257f76d6a9cdec09265c08c26352f40d1afba /kvmxfile | |
parent | f75a8191d518fda5fab1880c4957aa72cd92b836 (diff) | |
download | kvmx-063df2c9c268426a334bc50d2a1461c0284f34ef.tar.gz kvmx-063df2c9c268426a334bc50d2a1461c0284f34ef.tar.bz2 |
Ubuntu image support at kvmx-create
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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="." |