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

Peter Samuelson peters at alioth.debian.org
Wed Jan 26 15:24:34 UTC 2011


Author: peters
Date: 2011-01-26 15:24:31 +0000 (Wed, 26 Jan 2011)
New Revision: 857

Modified:
   cdrkit/trunk/Changelog
   cdrkit/trunk/genisoimage/genisoimage.1
Log:
genisoimage.1: Add several flags and aliases.  Thanks Jan Hor?\195?\131?\194?\161k.


Modified: cdrkit/trunk/Changelog
===================================================================
--- cdrkit/trunk/Changelog	2010-10-17 23:54:32 UTC (rev 856)
+++ cdrkit/trunk/Changelog	2011-01-26 15:24:31 UTC (rev 857)
@@ -1,3 +1,10 @@
+cdrkit (1.1.12) UNRELEASED; urgency=low
+
+  [ Jan Horák ]
+  * genisoimage.1: Document several more flags and aliases.
+
+ --
+
 cdrkit (1.1.11) RELEASED; urgency=low
 
   [ Steve McIntyre ]

Modified: cdrkit/trunk/genisoimage/genisoimage.1
===================================================================
--- cdrkit/trunk/genisoimage/genisoimage.1	2010-10-17 23:54:32 UTC (rev 856)
+++ cdrkit/trunk/genisoimage/genisoimage.1	2011-01-26 15:24:31 UTC (rev 857)
@@ -180,6 +180,8 @@
 file.
 .TP
 .BI \-A " application_id"
+.TP
+.BI \-appid " application_id"
 Specifies a text string that will be written into the volume header.
 This should describe the application that will be on the disc.  There
 is space for 128 characters.  Equivalent to
@@ -365,6 +367,8 @@
 boot image.
 .TP
 .BI \-b " eltorito_boot_image"
+.TP
+.BI \-eltorito\-boot " eltorito_boot_image"
 Specifies the path and filename of the boot image to be used when making
 an El Torito bootable CD for x86 PCs. The pathname must be relative to
 the source path specified to
@@ -427,6 +431,8 @@
 section for a description of this table.
 .TP
 .BI \-C " last_sess_start,next_sess_start"
+.TP
+.BI \-cdrecord\-params " last_sess_start,next_sess_start"
 This option is needed to create a CD Extra or the image of a second
 session or a higher-level session for a multisession disc.
 .B \-C
@@ -452,6 +458,8 @@
 in the first session and an ISO9660 filesystem in the second session.
 .TP
 .BI \-c " boot_catalog"
+.TP
+.BI \-eltorito\-catalog " boot_catalog"
 Specifies the path and filename of the boot catalog, which is required
 for an El Torito bootable CD. The pathname must be relative to the source
 path specified to
@@ -488,6 +496,12 @@
 see the description of
 .BR \-M .
 .TP
+.BI \-checksum_algorithm_iso " alg1,alg2,..."
+Specify the checksum types desired for the output image.
+.TP
+.BI \-checksum_algorithm_template " alg1,alg2,..."
+Specify the checksum types desired for the output jigdo template.
+.TP
 .BI \-copyright " file"
 Specifies copyright information, typically a filename on the disc.
 There is space for 37 characters.  Equivalent to
@@ -497,12 +511,16 @@
 file.
 .TP
 .B \-d
+.TP
+.B \-omit\-period
 Do not append a period to files that do not have one.
 .br
 This violates the ISO9660 standard, but it happens to work on many systems.
 Use with caution.
 .TP
 .B \-D
+.TP
+.B \-disable\-deep\-relocation
 Do not use deep directory relocation, and instead just pack them in the
 way we see them.
 .br
@@ -510,6 +528,9 @@
 this violates the ISO9660 standard, but it happens to work on many systems.
 Use with caution.
 .TP
+.B \-debug
+Set debug flag.
+.TP
 .BI \-dir\-mode " mode"
 Overrides the mode of directories used to create the image to
 .IR mode ,
@@ -535,7 +556,14 @@
 needs to include all needed files (filenames must be all caps) for a
 compliant DVD-Video filesystem.
 .TP
+.BI \-e " efi_boot_file"
+.TP
+.BI \-efi\-boot " efi_boot_file"
+Set EFI boot image name.
+.TP
 .B \-f
+.TP
+.B \-follow\-links
 Follow symbolic links when generating the filesystem.  When this option is not
 in use, symbolic links will be entered using Rock Ridge if enabled, otherwise
 they will be ignored.
@@ -740,6 +768,8 @@
 section below for more details.
 .TP
 .B \-l
+.TP
+.B \-full\-iso9660\-filenames
 Allow full 31-character filenames.  Normally the ISO9660 filename will be in an
 8.3 format which is compatible with MS-DOS, even though the ISO9660 standard
 allows filenames of up to 31 characters.  If you use this option, the disc may
@@ -870,6 +900,8 @@
 .BR \-C .
 .TP
 .B \-N
+.TP
+.B \-omit\-version\-number
 Omit version numbers from ISO9660 filenames.
 .br
 This violates the ISO9660 standard, but no one really uses the
@@ -967,6 +999,8 @@
 file.
 .TP
 .BI \-p " preparer_id"
+.TP
+.BI \-preparer " preparer_id"
 Specifies a text string that will be written into the volume header.
 This should describe the preparer of the CD-ROM, usually with a mailing
 address and phone number.  There is space for 128 characters.
@@ -1008,10 +1042,14 @@
 even less verbose.  No progress output will be provided.
 .TP
 .B \-R
+.TP
+.B \-rock
 Generate SUSP and RR records using the Rock Ridge protocol to further describe
 the files on the ISO9660 filesystem.
 .TP
 .B \-r
+.TP
+.B \-rational\-rock
 This is like the \-R option, but file ownership and modes are set to
 more useful values.  The uid and gid are set to zero, because they are
 usually only useful on the author's system, and not useful to the
@@ -1092,6 +1130,11 @@
 support by the operating system to choose which sessions are to be
 mounted.
 .TP
+.BI \-s " sector_type"
+.TP
+.BI \-sectype " sector_type"
+Set output sector type to e.g. data/xa1/raw.
+ .TP
 .BI \-sort " sort_file"
 Sort file locations on the media. Sorting is controlled by a file that
 contains pairs of filenames and sorting offset weighting.
@@ -1213,6 +1256,8 @@
 file.
 .TP
 .B \-T
+.TP
+.B \-translation\-table
 Generate a file
 .I TRANS.TBL
 in each directory on the CD-ROM, which can be used
@@ -1262,6 +1307,8 @@
 This option is the default on VMS. 
 .TP
 .B \-U
+.TP
+.B \-untranslated\-filenames
 Allows "untranslated" filenames, completely violating the ISO9660 standards
 described above.  Enables the following flags:
 .B \-d \-l \-N \-allow\-leading\-dots \-relaxed\-filenames
@@ -1333,6 +1380,8 @@
 on each command line.
 .TP
 .B \-v
+.TP
+.B \-verbose
 Verbose execution. If given twice on the command line, extra debug information
 will be printed.
 .TP
@@ -1341,7 +1390,15 @@
 .B \-m
 .IR glob .
 .TP
+.B \-XA
+Generate XA directory attributes.
+.TP
+.B \-xa
+Generate rationalized XA directory attruibutes.
+.TP
 .B \-z
+.TP
+.B \-transparent\-compression
 Generate special
 .I RRIP
 records for transparently compressed files.




More information about the Debburn-changes mailing list