Skip to content

Commit

Permalink
bin/build-distro: Calculate files checksums after image build
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <[email protected]>
  • Loading branch information
MusicDin committed Mar 26, 2024
1 parent 7c30411 commit d90b5c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/build-distro
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ fi

sudo rm -Rf rootfs
echo "${SERIAL}" > serial

# Calculate checksums for all files within a directory.
sha256sum * > SHA256SUMS

0 comments on commit d90b5c7

Please sign in to comment.