diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-10-23 20:32:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-10-23 20:32:58 -0300 |
commit | bc450a5189e4e380a626dd8b1ebdee2497a2d7df (patch) | |
tree | 58046b21bd5cdc592cc4508287ba949af9b1c59a /kvmxfile | |
parent | 7faea715fe7c83b1c1d4c1962edad7a6a3f31085 (diff) | |
download | kvmx-bc450a5189e4e380a626dd8b1ebdee2497a2d7df.tar.gz kvmx-bc450a5189e4e380a626dd8b1ebdee2497a2d7df.tar.bz2 |
Adds support for backing_file
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -119,6 +119,10 @@ xrandr="0" # Where the guest image is stored #image="$HOME/.local/share/kvmx/$VM/box.img" +# 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" + # Where datafiles are stored: just set this if you know what you're doing #datadir="$HOME/.local/share/kvmx/$VM" |