[Debburn-changes] r811 - in cdrkit/trunk: . genisoimage
93sam at alioth.debian.org
93sam at alioth.debian.org
Sun May 25 22:19:45 UTC 2008
Author: 93sam
Date: 2008-05-25 22:19:45 +0000 (Sun, 25 May 2008)
New Revision: 811
Modified:
cdrkit/trunk/Changelog
cdrkit/trunk/genisoimage/genisoimage.1
cdrkit/trunk/genisoimage/mac_label.c
Log:
* genisoimage/genisoimage.1: Add a mention of -chrp-boot.
* genisoimage/mac_label.c: Fix an over-keen s/mkisofs/genisoimage.
Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog 2008-05-25 22:12:37 UTC (rev 810)
+++ cdrkit/trunk/Changelog 2008-05-25 22:19:45 UTC (rev 811)
@@ -14,6 +14,8 @@
* genisoimage: Add a patch from Ivan Shmakov. "-o -" will now write
to stdout, as typical for command line programs. And we will try
not to corrupt stdout by default if it's a terminal.
+ * genisoimage/genisoimage.1: Add a mention of -chrp-boot.
+ * genisoimage/mac_label.c: Fix an over-keen s/mkisofs/genisoimage.
-- Steve McIntyre <93sam at debian.org> Mon, 25 May 2008 21:22:26 +0100
Modified: cdrkit/trunk/genisoimage/genisoimage.1
===================================================================
--- cdrkit/trunk/genisoimage/genisoimage.1 2008-05-25 22:12:37 UTC (rev 810)
+++ cdrkit/trunk/genisoimage/genisoimage.1 2008-05-25 22:19:45 UTC (rev 811)
@@ -1535,6 +1535,9 @@
.I README.prep_boot
for more information. (Alpha)
.TP
+.BI \-chrp\-boot
+Add CHRP boot header.
+.TP
.BI \-input\-hfs\-charset " charset"
Input charset that defines the characters used in HFS filenames when
used with
Modified: cdrkit/trunk/genisoimage/mac_label.c
===================================================================
--- cdrkit/trunk/genisoimage/mac_label.c 2008-05-25 22:12:37 UTC (rev 810)
+++ cdrkit/trunk/genisoimage/mac_label.c 2008-05-25 22:19:45 UTC (rev 811)
@@ -32,8 +32,8 @@
/*
* mac_label.c: generate Mactintosh partition maps and label
*
- * Taken from "genisoimage 1.05 PLUS" by Andy Polyakov <appro at fy.chalmers.se>
- * (see http://fy.chalmers.se/~appro/genisoimage_plus.html for details)
+ * Taken from "mkisofs 1.05 PLUS" by Andy Polyakov <appro at fy.chalmers.se>
+ * (see http://fy.chalmers.se/~appro/mkisofs_plus.html for details)
*
* The format of the HFS driver file:
*
More information about the Debburn-changes
mailing list