diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 09:27:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-04 09:27:54 -0300 |
commit | de8acc854e213feb42acd46eb3c302f13b988a7f (patch) | |
tree | a8b1f36426716dfa10fde9de116546a1a6578ca9 | |
parent | bef766b1648c2ab167f2a6a7e3fd96466f288753 (diff) | |
download | kvmx-de8acc854e213feb42acd46eb3c302f13b988a7f.tar.gz kvmx-de8acc854e213feb42acd46eb3c302f13b988a7f.tar.bz2 |
Adds project website link into kvmxfile
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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="." |