diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 18:43:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-06-13 18:43:12 -0300 |
commit | b60e8245f323f792b01e0dd15435ee076e1a07bb (patch) | |
tree | 016114754c92912a9075d13d196a08c5543b2772 /kvmxfile | |
parent | bc5a65b517273a3bc59ecd27fed5fce29fa7a6cb (diff) | |
download | kvmx-b60e8245f323f792b01e0dd15435ee076e1a07bb.tar.gz kvmx-b60e8245f323f792b01e0dd15435ee076e1a07bb.tar.bz2 |
Adds image_type config and kvmx-create ask whether to overwrite existing images
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -117,6 +117,9 @@ xrandr="0" # Where datafiles are stored: just set this if you know what you're doing #datadir="$HOME/.local/share/kvmx/$VM" +# Image type: file or device (kvmx-create only) +image_type="file" + # Image size size="10G" |