aboutsummaryrefslogtreecommitdiff
path: root/kvmx
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-14 21:16:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-14 21:16:00 -0300
commite689eb995253a1861998514e49888430456f194b (patch)
tree564d35ba9a09db35432bb8e6f21ae4ef97117f2a /kvmx
parent85b75902e8866076844e41b6c9406f94bf54305f (diff)
downloadkvmx-e689eb995253a1861998514e49888430456f194b.tar.gz
kvmx-e689eb995253a1861998514e49888430456f194b.tar.bz2
Verbosity changes
Diffstat (limited to 'kvmx')
-rwxr-xr-xkvmx1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmx b/kvmx
index b5bf449..4732df9 100755
--- a/kvmx
+++ b/kvmx
@@ -1750,6 +1750,7 @@ function kvmx_compress {
local size_before_bytes="`du $image | awk '{ print $1 }'`"
local size_before_human="`du -h $image | awk '{ print $1 }'`"
+ echo "$BASENAME: compressing $image..."
qemu-img convert -O qcow2 -p $compression $image $image.new && mv $image.new $image || exit 1
# Size after compression