aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 17:50:58 -0700
committerTrumeet <17158086+Trumeet@users.noreply.github.com>2019-09-30 17:50:58 -0700
commitfa67a6d0831959bdba9943897659f72c1921e9b0 (patch)
treec2099c87e93e4076f62d6923220c90c3ad684ca1
parent276840a3261d42e27abe0e1c0f92b015cb64d3f1 (diff)
downloadPortableVM-fa67a6d0831959bdba9943897659f72c1921e9b0.tar
PortableVM-fa67a6d0831959bdba9943897659f72c1921e9b0.tar.gz
PortableVM-fa67a6d0831959bdba9943897659f72c1921e9b0.tar.bz2
PortableVM-fa67a6d0831959bdba9943897659f72c1921e9b0.zip
feat: add commiting progress
-rw-r--r--VM.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/VM.lua b/VM.lua
index 1822630..6746b13 100644
--- a/VM.lua
+++ b/VM.lua
@@ -10,7 +10,7 @@ function VMUtils.boot(command)
end
function VMUtils.commit(snap)
- return mUtils.exec("qemu-img commit " .. snap)
+ return mUtils.exec("qemu-img commit -p " .. snap)
end
function VMUtils.isSnapExist(snap)