aboutsummaryrefslogtreecommitdiff
path: root/system/isomd5sum/README
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2011-08-27 09:11:00 -0300
committerNiels Horn <niels.horn@slackbuilds.org>2011-08-27 09:11:00 -0300
commitbb381bab725dd8ef72196ac01d20c75bda125f7b (patch)
tree4100a75e3773843435525618a6a50cde07681b25 /system/isomd5sum/README
parent73146b17ea0b902af362ef285f5360b677f18e7d (diff)
downloadslackbuilds-bb381bab725dd8ef72196ac01d20c75bda125f7b.tar.xz
system/isomd5sum: Added (MD5 checksums within an ISO9660 image)
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
Diffstat (limited to 'system/isomd5sum/README')
-rw-r--r--system/isomd5sum/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/system/isomd5sum/README b/system/isomd5sum/README
new file mode 100644
index 000000000000..b37bc47360de
--- /dev/null
+++ b/system/isomd5sum/README
@@ -0,0 +1,8 @@
+isomd5sum provides a way of making use of the ISO9660 application data
+area to store md5sum data about the iso. This allows you to check the
+iso given nothing more than the iso itself.
+
+A checksum is implanted in an image using the implantisomd5 utility,
+and the corresponding checkisomd5 utility can be used to verify burned
+CDs are error-free. Also included is a Python extension for performing
+these tasks.