]> git.ipfire.org Git - thirdparty/systemd.git/commit
importctl: add standalone client to importd
authorLennart Poettering <lennart@poettering.net>
Fri, 16 Feb 2024 17:40:47 +0000 (18:40 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 1 Mar 2024 21:25:42 +0000 (22:25 +0100)
commit1db33ce50bc981d8ebce9c6e41f935038d1bead1
tree763ec31e771f6e2fb15e7b48734a677c19418563
parent423bba9926c2d6cb3f3afbc3b37f90d1ece09b87
importctl: add standalone client to importd

This is pretty much a 1:1 copy of the importd specific part of
machinectl.

We turn this into a separate tool, so that we can eventually make the
tool generic to also download other DDIs, not just machine images.
src/import/importctl.c [new file with mode: 0644]
src/import/meson.build