1 diff -up cdrkit-1.1.11/genisoimage/genisoimage.1.orig cdrkit-1.1.11/genisoimage/genisoimage.1
2 --- cdrkit-1.1.11/genisoimage/genisoimage.1.orig 2011-01-21 14:26:20.709816708 +0100
3 +++ cdrkit-1.1.11/genisoimage/genisoimage.1 2011-01-24 08:49:24.283964211 +0100
4 @@ -180,6 +180,8 @@ in the
7 .BI \-A " application_id"
9 +.BI \-appid " application_id"
10 Specifies a text string that will be written into the volume header.
11 This should describe the application that will be on the disc. There
12 is space for 128 characters. Equivalent to
13 @@ -365,6 +367,8 @@ the Sun disk label will overlay the firs
16 .BI \-b " eltorito_boot_image"
18 +.BI \-eltorito\-boot " eltorito_boot_image"
19 Specifies the path and filename of the boot image to be used when making
20 an El Torito bootable CD for x86 PCs. The pathname must be relative to
21 the source path specified to
22 @@ -427,6 +431,8 @@ See the
23 section for a description of this table.
25 .BI \-C " last_sess_start,next_sess_start"
27 +.BI \-cdrecord\-params " last_sess_start,next_sess_start"
28 This option is needed to create a CD Extra or the image of a second
29 session or a higher-level session for a multisession disc.
31 @@ -452,6 +458,8 @@ session on a CD Extra. This is a multise
32 in the first session and an ISO9660 filesystem in the second session.
34 .BI \-c " boot_catalog"
36 +.BI \-eltorito\-catalog " boot_catalog"
37 Specifies the path and filename of the boot catalog, which is required
38 for an El Torito bootable CD. The pathname must be relative to the source
40 @@ -488,6 +496,12 @@ For the parameter
41 see the description of
44 +.BI \-checksum_algorithm_iso " alg1,alg2,..."
45 +Specify the checksum types desired for the output image.
47 +.BI \-checksum_algorithm_template " alg1,alg2,..."
48 +Specify the checksum types desired for the output jigdo template.
50 .BI \-copyright " file"
51 Specifies copyright information, typically a filename on the disc.
52 There is space for 37 characters. Equivalent to
53 @@ -497,12 +511,16 @@ in the
59 Do not append a period to files that do not have one.
61 This violates the ISO9660 standard, but it happens to work on many systems.
66 +.B \-disable\-deep\-relocation
67 Do not use deep directory relocation, and instead just pack them in the
70 @@ -510,6 +528,9 @@ If ISO9660:1999 has not been selected,
71 this violates the ISO9660 standard, but it happens to work on many systems.
77 .BI \-dir\-mode " mode"
78 Overrides the mode of directories used to create the image to
80 @@ -535,7 +556,14 @@ another directory
81 needs to include all needed files (filenames must be all caps) for a
82 compliant DVD-Video filesystem.
84 +.BI \-e " efi_boot_file"
86 +.BI \-efi\-boot " efi_boot_file"
87 +Set EFI boot image name.
92 Follow symbolic links when generating the filesystem. When this option is not
93 in use, symbolic links will be entered using Rock Ridge if enabled, otherwise
95 @@ -740,6 +768,8 @@ See the
96 section below for more details.
100 +.B \-full\-iso9660\-filenames
101 Allow full 31-character filenames. Normally the ISO9660 filename will be in an
102 8.3 format which is compatible with MS-DOS, even though the ISO9660 standard
103 allows filenames of up to 31 characters. If you use this option, the disc may
104 @@ -870,6 +900,8 @@ with
109 +.B \-omit\-version\-number
110 Omit version numbers from ISO9660 filenames.
112 This violates the ISO9660 standard, but no one really uses the
113 @@ -967,6 +999,8 @@ in the
116 .BI \-p " preparer_id"
118 +.BI \-preparer " preparer_id"
119 Specifies a text string that will be written into the volume header.
120 This should describe the preparer of the CD-ROM, usually with a mailing
121 address and phone number. There is space for 128 characters.
122 @@ -1008,10 +1042,14 @@ This makes
123 even less verbose. No progress output will be provided.
128 Generate SUSP and RR records using the Rock Ridge protocol to further describe
129 the files on the ISO9660 filesystem.
134 This is like the \-R option, but file ownership and modes are set to
135 more useful values. The uid and gid are set to zero, because they are
136 usually only useful on the author's system, and not useful to the
137 @@ -1092,6 +1130,11 @@ intentionally. Accessing several older v
138 support by the operating system to choose which sessions are to be
141 +.BI \-s " sector type"
143 +.BI \-sectype " sector type"
144 +Set output sector type to e.g. data/xa1/raw.
146 .BI \-sort " sort_file"
147 Sort file locations on the media. Sorting is controlled by a file that
148 contains pairs of filenames and sorting offset weighting.
149 @@ -1213,6 +1256,8 @@ in the
154 +.B \-translation\-table
157 in each directory on the CD-ROM, which can be used
158 @@ -1262,6 +1307,8 @@ to
159 This option is the default on VMS.
163 +.B \-untranslated\-filenames
164 Allows "untranslated" filenames, completely violating the ISO9660 standards
165 described above. Enables the following flags:
166 .B \-d \-l \-N \-allow\-leading\-dots \-relaxed\-filenames
167 @@ -1333,6 +1380,8 @@ must be specified before
168 on each command line.
173 Verbose execution. If given twice on the command line, extra debug information
176 @@ -1341,7 +1390,15 @@ Identical to
181 +Generate XA directory attruibutes.
184 +Generate rationalized XA directory attruibutes.
188 +.B \-transparent\-compression
191 records for transparently compressed files.