summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-10-17 02:28:31 +0200
committerAndreas Fankhauser hiddenalpha.ch2023-10-17 02:28:31 +0200
commit45326d08584866373db07af9da3ad43acff854ac (patch)
tree1790f1d3d87bf14980319a107589280bf52608be
parentfcb84f32536c5577307c440d07484d77f95df3cc (diff)
downloadUnspecifiedGarbage-45326d08584866373db07af9da3ad43acff854ac.zip
UnspecifiedGarbage-45326d08584866373db07af9da3ad43acff854ac.tar.gz
(qemu) add hint how to merge snapshot images
-rw-r--r--doc/note/qemu/qemu.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/note/qemu/qemu.txt b/doc/note/qemu/qemu.txt
index 0abcd1d..994527c 100644
--- a/doc/note/qemu/qemu.txt
+++ b/doc/note/qemu/qemu.txt
@@ -21,6 +21,8 @@ Qemu
### Convert raw to qcow2
qemu-img convert -f raw -O qcow2 foo.img foo.qcow2
+### Create Standalone image based on snapshot image
+ qemu-img convert -O qcow2 derived.qcow2 standalone.qcow2
## Shrink img