diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -105,6 +105,9 @@ size="10G" # Image format: raw or qcow2 format="qcow2" +# Image compression (qcow2 only) +qcow2_compression="1" + # Bootstrap method: custom or vmdeboostrap method="custom" @@ -121,7 +124,7 @@ arch="amd64" version="stretch" # Debian mirror -mirror="http://http.debian.net/debian/" +mirror="https://deb.debian.org/debian/" # Memory memory="2048" |