ceph / merfi

Finds and signs files with different signing tools (gpg, rpm-sign)
MIT License
3 stars 3 forks source link

RFE: sha256sum files #13

Closed ktdreyer closed 8 years ago

ktdreyer commented 8 years ago

It would be great if merfi iso generated a corresponding .SHA256SUM file for the ISO. This is similar to the way that distill/pungi creates these same checksum files.

It is basically done with sha256sum myfile.iso > myfile.iso.SHA256SUM

ktdreyer commented 8 years ago

Fix is in https://github.com/alfredodeza/merfi/pull/16