aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:43:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-13 18:43:12 -0300
commitb60e8245f323f792b01e0dd15435ee076e1a07bb (patch)
tree016114754c92912a9075d13d196a08c5543b2772 /kvmxfile
parentbc5a65b517273a3bc59ecd27fed5fce29fa7a6cb (diff)
downloadkvmx-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--kvmxfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/kvmxfile b/kvmxfile
index 30aa9f7..a398367 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -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"