]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/firstboot/firstboot.c
service: add new RootImageOptions feature
[thirdparty/systemd.git] / src / firstboot / firstboot.c
index a3f442518ec43d207c8290523e2716a33f5cb1b5..78abcbeff6ca4d4dd7ff29593cf2b5df6f8391c4 100644 (file)
@@ -933,7 +933,7 @@ static int setup_image(char **ret_mount_dir, LoopDevice **ret_loop_device, Decry
         if (r < 0)
                 return log_error_errno(r, "Failed to set up loopback device: %m");
 
-        r = dissect_image_and_warn(d->fd, arg_image, NULL, 0, NULL, f, &dissected_image);
+        r = dissect_image_and_warn(d->fd, arg_image, NULL, 0, NULL, NULL, f, &dissected_image);
         if (r < 0)
                 return r;