[Debburn-changes] r847 - in cdrkit/trunk: . genisoimage

Steve McIntyre 93sam at alioth.debian.org
Thu Sep 30 13:58:34 UTC 2010


Author: 93sam
Date: 2010-09-30 13:58:29 +0000 (Thu, 30 Sep 2010)
New Revision: 847

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/genisoimage/genisoimage.1
Log:
Minor tweaks to the the genisoimage.1 man page

Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2010-07-13 12:21:21 UTC (rev 846)
+++ cdrkit/trunk/Changelog	2010-09-30 13:58:29 UTC (rev 847)
@@ -2,6 +2,7 @@
 
   [ Steve McIntyre ]
   * genisoimage: Fix silly bug in MD5 output in template files.
+  * genisoimage: Minor tweaks to the the genisoimage.1 man page.
 
   [ Mike Paul ]
   * genisoimage: Use memmove() instead of strcpy() when cleaning

Modified: cdrkit/trunk/genisoimage/genisoimage.1
===================================================================
--- cdrkit/trunk/genisoimage/genisoimage.1	2010-07-13 12:21:21 UTC (rev 846)
+++ cdrkit/trunk/genisoimage/genisoimage.1	2010-09-30 13:58:29 UTC (rev 847)
@@ -2439,9 +2439,17 @@
 .fi
 .RE
 .IP
-The MD5sum should be written in jigdo's pseudo-base64 format. The file
-size should be in decimal, and the path to the file must be absolute.
 .PP
+The MD5sum must be written in standard hexadecimal notation, the
+file size must list the size of the file in bytes, and the path
+must list the absolute path to the file. For example:
+.sp
+.nf
+00006dcd58ff0756c36d2efae21be376         14736  /mirror/debian/file1
+000635c69b254a1be8badcec3a8d05c1        211822  /mirror/debian/file2
+00083436a3899a09633fc1026ef1e66e         22762  /mirror/debian/file3
+.fi
+.PP
 Once you have this file, call
 .B genisoimage
 with all of your normal command-line parameters. Specify the output
@@ -2452,7 +2460,7 @@
 .PP
 If there are files that you do NOT want to be added into the jigdo
 file (e.g. if they are likely to change often), specify them using
-\-jigdo\-ignore. If you want to verify some of the files as they are
+\-jigdo\-exclude. If you want to verify some of the files as they are
 written into the image, specify them using \-jigdo\-force\-md5. If any
 files don't match,
 .B genisoimage




More information about the Debburn-changes mailing list