]> git.ipfire.org Git - thirdparty/systemd.git/commit - Makefile.am
import: support importing qcow2 images
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Jan 2015 19:07:25 +0000 (20:07 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 16 Jan 2015 19:09:33 +0000 (20:09 +0100)
commitedce2aed3aa93b84f7b4c70412bdb665da2977b0
tree6953215eb2e65cc79c417fb5d1d6923ef5a2a9a0
parent49bb233bb734536b9617d838f09a7bf9b8336003
import: support importing qcow2 images

With this change the import tool will now unpack qcow2 images into
normal raw disk images, suitable for usage with nspawn.

This allows has the benefit of also allowing importing Ubuntu Cloud
images for usage with nspawn.
.gitignore
Makefile.am
configure.ac
src/import/import-raw.c
src/import/import.c
src/import/qcow2-util.c [new file with mode: 0644]
src/import/qcow2-util.h [new file with mode: 0644]
src/import/test-qcow2.c [new file with mode: 0644]