Created
September 3, 2014 02:26
-
-
Save yuuichi-fujioka/b13ddf959e9478144b60 to your computer and use it in GitHub Desktop.
safe commit qcow2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cp ${backing_image} ${new_backing_image} | |
qemu-img rebase -b ${new_backing_image} ${img} | |
qemu-img commit ${img} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment