summaryrefslogtreecommitdiff
path: root/src/portable/portablectl.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-02-03 22:37:40 +0100
committerLennart Poettering <lennart@poettering.net>2021-02-03 23:12:57 +0100
commit57f1b61b76525b29f94b48d6a49b0d764835d045 (patch)
tree109a128d6aba61303db92c402d31e783f5748686 /src/portable/portablectl.c
parent0fb613000de5e3ae343778290bed0ff9e9f741e4 (diff)
downloadsystemd-57f1b61b76525b29f94b48d6a49b0d764835d045.tar.gz
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.
Diffstat (limited to 'src/portable/portablectl.c')
-rw-r--r--src/portable/portablectl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c
index 0b329134de..ee1c7b6965 100644
--- a/src/portable/portablectl.c
+++ b/src/portable/portablectl.c
@@ -12,13 +12,13 @@
#include "bus-wait-for-jobs.h"
#include "def.h"
#include "dirent-util.h"
+#include "discover-image.h"
#include "env-file.h"
#include "fd-util.h"
#include "fileio.h"
#include "format-table.h"
#include "fs-util.h"
#include "locale-util.h"
-#include "machine-image.h"
#include "main-func.h"
#include "pager.h"
#include "parse-util.h"