Skip to content

Commit

Permalink
Merge pull request #2903 from dbnicholson/composefs-digest-fix
Browse files Browse the repository at this point in the history
prepare-root: Adjust to composefs mount struct changes
  • Loading branch information
dbnicholson committed Jun 26, 2023
2 parents 363a1f1 + 94b49b4 commit 7a91035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/switchroot/ostree-prepare-root.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ main (int argc, char *argv[])
if (composefs_mode == OSTREE_COMPOSEFS_MODE_DIGEST)
{
cfs_options.flags |= LCFS_MOUNT_FLAGS_REQUIRE_VERITY;
cfs_options.expected_digest = composefs_digest;
cfs_options.expected_fsverity_digest = composefs_digest;
}

#ifdef USE_LIBSYSTEMD
Expand Down

0 comments on commit 7a91035

Please sign in to comment.