From: Lennart Poettering Date: Tue, 28 Jul 2020 16:16:19 +0000 (+0200) Subject: firstboot: move --image= logic into common code X-Git-Tag: v247-rc1~431^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee72df1c7b449232b513cf11fc377d724331632e;p=thirdparty%2Fsystemd.git firstboot: move --image= logic into common code That way we can reuse it in tmpfiles/sysusers/journalctl and so on. --- diff --git a/src/firstboot/firstboot.c b/src/firstboot/firstboot.c index d56de0bb259..e4c7a2d3744 100644 --- a/src/firstboot/firstboot.c +++ b/src/firstboot/firstboot.c @@ -23,7 +23,6 @@ #include "memory-util.h" #include "mkdir.h" #include "mount-util.h" -#include "namespace-util.h" #include "os-util.h" #include "parse-util.h" #include "path-util.h"