Skip to content

Commit

Permalink
veritysetup in install script
Browse files Browse the repository at this point in the history
Signed-off-by: Martin McConnell <[email protected]>
  • Loading branch information
Martin McConnell committed Feb 21, 2024
1 parent 1bc9ff2 commit 184bd01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/initoverlayfs-install
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ exec_erofs() {
popd
rm -f "${INITRAMFS_DIR}/initoverlayfs-$kver.img"
mkfs.erofs $erofs_compression "${INITRAMFS_DIR}/initoverlayfs-$kver.img" ${INITRAMFS_DUMP_DIR}
if false; then
veritysetup format "${INITRAMFS_DIR}/initoverlayfs-$kver.img" "/etc/initoverlayfs-hash-$kver.img"
fi
}

# Support for ext4 is currently under development.
Expand Down

0 comments on commit 184bd01

Please sign in to comment.