Improving availability and guaranteeing integrity in ISO - internal sha1sums

Till Maas opensource at till.name
Sun Jun 10 09:52:41 UTC 2007


On So Juni 10 2007, Nicolas Mailhot wrote:

> so you use find and friends to generate a list for the checksumming tool
> (testing for symlinks, spaces, etc). Though a standard receipe would be
> nice

The following should do the job:

$ find -type f -print0 | xargs -0 md5sum

Regards,
Till




More information about the fedora-devel-list mailing list