Validating Burnt ISO Images
This article tells how to burn CD using cdrecord
to make it easier to run a checksum program on the burnt CD.
For future reference, here it is:
$ sudo /usr/bin/cdrecord dev=/dev/hdc -dao -v \
driveropts=burnfree -eject ${ISOFILE}
$ sha1sum /dev/hdc