aboutsummaryrefslogtreecommitdiff
path: root/kvmxfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-10-24 16:30:15 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-10-24 16:30:15 -0300
commit1d9ccc542d0b6d6dd8db085cfb5269a603d90b94 (patch)
tree3ea037bdfdf45839738ebd96bf4aad49e0190410 /kvmxfile
parentbc450a5189e4e380a626dd8b1ebdee2497a2d7df (diff)
downloadkvmx-1d9ccc542d0b6d6dd8db085cfb5269a603d90b94.tar.gz
kvmx-1d9ccc542d0b6d6dd8db085cfb5269a603d90b94.tar.bz2
Change backing_file behavior
Diffstat (limited to 'kvmxfile')
-rw-r--r--kvmxfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/kvmxfile b/kvmxfile
index 5f09daf..77250be 100644
--- a/kvmxfile
+++ b/kvmxfile
@@ -119,9 +119,9 @@ xrandr="0"
# Where the guest image is stored
#image="$HOME/.local/share/kvmx/$VM/box.img"
-# Backing file for overlay images
+# Use basebox image as a backing file for overlay images
# See https://wiki.archlinux.org/index.php/QEMU#Overlay_storage_images
-#backing_file="$HOME/.local/share/kvmx/$basebox/box.img"
+#backing_file="1"
# Where datafiles are stored: just set this if you know what you're doing
#datadir="$HOME/.local/share/kvmx/$VM"