diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2020-05-22 11:42:04 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2020-05-22 11:42:04 -0300 |
commit | 0fd4a6721d066a9adbc16009b7b787553074418e (patch) | |
tree | 52cd7201f82baae9bafb2feba7fed420050d9116 /kvmxfile | |
parent | e42b295ef928e79cf17fcc39429ded27ea19a84a (diff) | |
download | kvmx-0fd4a6721d066a9adbc16009b7b787553074418e.tar.gz kvmx-0fd4a6721d066a9adbc16009b7b787553074418e.tar.bz2 |
Fix: ssh pubkey file name evaluation
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,6 +2,9 @@ # Sample kvmx file - https://kvmx.fluxo.info # +# Hostname +hostname="kvmx" + # Which base box you should use. Leave unconfigured to use kvmx-create instead. #basebox="buster" @@ -151,9 +154,6 @@ qcow2_compression="1" # Bootstrap method: custom or vmdeboostrap method="custom" -# Hostname -hostname="kvmx" - # Domain domain="example.org" |