]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/import/pull-tar.c
importd: add new bus calls for importing local tar and raw images
authorLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2015 23:56:08 +0000 (00:56 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 4 Mar 2015 23:59:38 +0000 (00:59 +0100)
commitb6e676ce41508e2aeea22202fc8f234126177f52
tree8fcf8bca4f59eaab91ef13909e0454cf1684c225
parent776a972612be7131ce6f7accd66e75ca7e0fce2a
importd: add new bus calls for importing local tar and raw images

This also adds "machinectl import-raw" and "machinectl import-tar" to
wrap these new bus calls.

THe commands basically do for local files that "machinectl pull-raw" and
friends do for remote files.
19 files changed:
Makefile.am
src/import/import-common.c [new file with mode: 0644]
src/import/import-common.h [new file with mode: 0644]
src/import/import-raw.c [new file with mode: 0644]
src/import/import-raw.h [new file with mode: 0644]
src/import/import-tar.c [new file with mode: 0644]
src/import/import-tar.h [new file with mode: 0644]
src/import/import.c [new file with mode: 0644]
src/import/importd.c
src/import/org.freedesktop.import1.policy.in
src/import/pull-common.c
src/import/pull-common.h
src/import/pull-dkr.c
src/import/pull-job.c
src/import/pull-raw.c
src/import/pull-tar.c
src/import/pull.c
src/machine/machinectl.c
src/shared/machine-pool.h