diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |