summaryrefslogtreecommitdiff
path: root/src/nspawn
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-03 10:04:36 +0200
committerGitHub <noreply@github.com>2020-08-03 10:04:36 +0200
commit7e6225721970a0bf9ae028c9a2fc84e9c0c591fb (patch)
tree33b336e15d72a8f8ab57984123b1266928900752 /src/nspawn
parent09364a8043a2f9b698e49a172094d658ae289ac6 (diff)
parent18d73705874f9bf0643485714e9dc069a2e9b599 (diff)
downloadsystemd-7e6225721970a0bf9ae028c9a2fc84e9c0c591fb.tar.gz
Merge pull request #16308 from bluca/root_image_options
service: add new RootImageOptions feature
Diffstat (limited to 'src/nspawn')
-rw-r--r--src/nspawn/nspawn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nspawn/nspawn.c b/src/nspawn/nspawn.c
index eb7c3321ac..6d6fe87ed1 100644
--- a/src/nspawn/nspawn.c
+++ b/src/nspawn/nspawn.c
@@ -5223,6 +5223,7 @@ static int run(int argc, char *argv[]) {
arg_image,
arg_root_hash, arg_root_hash_size,
arg_verity_data,
+ NULL,
dissect_image_flags,
&dissected_image);
if (r == -ENOPKG) {