firstboot: move --image= logic into common code

That way we can reuse it in tmpfiles/sysusers/journalctl and so on.
This commit is contained in:
Lennart Poettering 2020-07-28 18:16:19 +02:00
parent c53da7ed02
commit ee72df1c7b
1 changed files with 0 additions and 1 deletions

View File

@ -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"