]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared: rename machine-image.[ch] → discover-image.[ch]
authorLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2021 21:37:40 +0000 (22:37 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 3 Feb 2021 22:12:57 +0000 (23:12 +0100)
commit57f1b61b76525b29f94b48d6a49b0d764835d045
tree109a128d6aba61303db92c402d31e783f5748686
parent0fb613000de5e3ae343778290bed0ff9e9f741e4
shared: rename machine-image.[ch] → discover-image.[ch]

The old name originates when this was used to discover "machine" images,
as managed by machined/machinectl. But nowadays this is also used by
portable services and system extensions, hence let's use a more generic
name for this API. Taking inspiration from "dissect-image.[ch]", let's call
this "discover-image.[ch]".

This is pure renaming, no other changes.
20 files changed:
src/import/export.c
src/import/import-fs.c
src/import/import.c
src/import/pull.c
src/machine/image-dbus.c
src/machine/machined-dbus.c
src/machine/machined.c
src/nspawn/nspawn.c
src/portable/portable.c
src/portable/portablectl.c
src/portable/portabled-bus.c
src/portable/portabled-image-bus.c
src/portable/portabled-image-bus.h
src/portable/portabled-image.h
src/shared/discover-image.c [moved from src/shared/machine-image.c with 99% similarity]
src/shared/discover-image.h [moved from src/shared/machine-image.h with 100% similarity]
src/shared/meson.build
src/shared/os-util.c
src/sysext/sysext.c
src/test/test-tables.c