Skip to content

Commit

Permalink
generate sha256sum for generated eif
Browse files Browse the repository at this point in the history
  • Loading branch information
patrislav committed Feb 16, 2024
1 parent 5cf4fd0 commit 676c6c4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eiffel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ eif_build \
--ramdisk bootstrap-initrd.img \
--ramdisk customer-initrd.img \
--output /out/$1.eif

cd /out
sha256sum $1.eif > $1.eif.sha256sum

echo "SHA256 checksum:"
cat $1.eif.sha256sum

0 comments on commit 676c6c4

Please sign in to comment.