Skip to content

Commit

Permalink
create_disk: Update to use ex-fsverity OSTree option
Browse files Browse the repository at this point in the history
It's still experimental, update per review in
ostreedev/ostree#1959
  • Loading branch information
cgwalters committed Jan 27, 2020
1 parent ab263e5 commit 1097bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/create_disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ chcon $(matchpathcon -n /ostree) $rootfs/ostree
mkdir -p $rootfs/ostree/{repo,deploy}
ostree --repo=$rootfs/ostree/repo init --mode=bare
if [ "${rootfs_type}" = "ext4verity" ]; then
ostree config --repo=$rootfs/ostree/repo set fsverity.required 'true'
ostree config --repo=$rootfs/ostree/repo set ex-fsverity.required 'true'
fi
remote_arg=
deploy_ref="${ref}"
Expand Down

0 comments on commit 1097bb8

Please sign in to comment.