From 57f1b61b76525b29f94b48d6a49b0d764835d045 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 3 Feb 2021 22:37:40 +0100 Subject: =?UTF-8?q?shared:=20rename=20machine-image.[ch]=20=E2=86=92=20dis?= =?UTF-8?q?cover-image.[ch]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- src/sysext/sysext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sysext') diff --git a/src/sysext/sysext.c b/src/sysext/sysext.c index 601fd63a14..ee38e49ec9 100644 --- a/src/sysext/sysext.c +++ b/src/sysext/sysext.c @@ -6,6 +6,7 @@ #include #include "capability-util.h" +#include "discover-image.h" #include "dissect-image.h" #include "escape.h" #include "fd-util.h" @@ -14,7 +15,6 @@ #include "fs-util.h" #include "hashmap.h" #include "log.h" -#include "machine-image.h" #include "main-func.h" #include "missing_magic.h" #include "mkdir.h" -- cgit v1.2.1