1 diff -up wrk/genisoimage/genisoimage.1.wrk wrk/genisoimage/genisoimage.1
2 --- wrk/genisoimage/genisoimage.1.wrk 2017-01-04 15:58:13.697936687 +0100
3 +++ wrk/genisoimage/genisoimage.1 2017-01-04 16:08:22.411801026 +0100
4 @@ -115,7 +115,8 @@ is the path of the directory tree to be
5 Multiple paths can be specified, and
7 will merge the files found in all of the specified path components to
8 -form the filesystem image.
9 +form the filesystem image. If an error is encountered while handling directory tree,
10 +only error messages are produced and the process is aborted - incomplete image is not created.
14 @@ -180,6 +181,8 @@ in the
17 .BI \-A " application_id"
19 +.BI \-appid " application_id"
20 Specifies a text string that will be written into the volume header.
21 This should describe the application that will be on the disc. There
22 is space for 128 characters. Equivalent to
23 @@ -365,6 +368,8 @@ the Sun disk label will overlay the firs
26 .BI \-b " eltorito_boot_image"
28 +.BI \-eltorito\-boot " eltorito_boot_image"
29 Specifies the path and filename of the boot image to be used when making
30 an El Torito bootable CD for x86 PCs. The pathname must be relative to
31 the source path specified to
32 @@ -427,6 +432,8 @@ See the
33 section for a description of this table.
35 .BI \-C " last_sess_start,next_sess_start"
37 +.BI \-cdrecord\-params " last_sess_start,next_sess_start"
38 This option is needed to create a CD Extra or the image of a second
39 session or a higher-level session for a multisession disc.
41 @@ -452,6 +459,8 @@ session on a CD Extra. This is a multise
42 in the first session and an ISO9660 filesystem in the second session.
44 .BI \-c " boot_catalog"
46 +.BI \-eltorito\-catalog " boot_catalog"
47 Specifies the path and filename of the boot catalog, which is required
48 for an El Torito bootable CD. The pathname must be relative to the source
50 @@ -488,6 +497,12 @@ For the parameter
51 see the description of
54 +.BI \-checksum_algorithm_iso " alg1,alg2,..."
55 +Specify the checksum types desired for the output image.
57 +.BI \-checksum_algorithm_template " alg1,alg2,..."
58 +Specify the checksum types desired for the output jigdo template.
60 .BI \-copyright " file"
61 Specifies copyright information, typically a filename on the disc.
62 There is space for 37 characters. Equivalent to
63 @@ -497,12 +512,16 @@ in the
69 Do not append a period to files that do not have one.
71 This violates the ISO9660 standard, but it happens to work on many systems.
76 +.B \-disable\-deep\-relocation
77 Do not use deep directory relocation, and instead just pack them in the
80 @@ -510,6 +529,9 @@ If ISO9660:1999 has not been selected,
81 this violates the ISO9660 standard, but it happens to work on many systems.
87 .BI \-dir\-mode " mode"
88 Overrides the mode of directories used to create the image to
90 @@ -535,7 +557,14 @@ another directory
91 needs to include all needed files (filenames must be all caps) for a
92 compliant DVD-Video filesystem.
94 +.BI \-e " efi_boot_file"
96 +.BI \-efi\-boot " efi_boot_file"
97 +Set EFI boot image name.
102 Follow symbolic links when generating the filesystem. When this option is not
103 in use, symbolic links will be entered using Rock Ridge if enabled, otherwise
104 they will be ignored.
105 @@ -740,6 +769,8 @@ See the
106 section below for more details.
110 +.B \-full\-iso9660\-filenames
111 Allow full 31-character filenames. Normally the ISO9660 filename will be in an
112 8.3 format which is compatible with MS-DOS, even though the ISO9660 standard
113 allows filenames of up to 31 characters. If you use this option, the disc may
114 @@ -870,6 +901,8 @@ with
119 +.B \-omit\-version\-number
120 Omit version numbers from ISO9660 filenames.
122 This violates the ISO9660 standard, but no one really uses the
123 @@ -967,6 +1000,8 @@ in the
126 .BI \-p " preparer_id"
128 +.BI \-preparer " preparer_id"
129 Specifies a text string that will be written into the volume header.
130 This should describe the preparer of the CD-ROM, usually with a mailing
131 address and phone number. There is space for 128 characters.
132 @@ -1008,10 +1043,14 @@ This makes
133 even less verbose. No progress output will be provided.
138 Generate SUSP and RR records using the Rock Ridge protocol to further describe
139 the files on the ISO9660 filesystem.
144 This is like the \-R option, but file ownership and modes are set to
145 more useful values. The uid and gid are set to zero, because they are
146 usually only useful on the author's system, and not useful to the
147 @@ -1092,6 +1131,11 @@ intentionally. Accessing several older v
148 support by the operating system to choose which sessions are to be
151 +.BI \-s " sector type"
153 +.BI \-sectype " sector type"
154 +Set output sector type to e.g. data/xa1/raw.
156 .BI \-sort " sort_file"
157 Sort file locations on the media. Sorting is controlled by a file that
158 contains pairs of filenames and sorting offset weighting.
159 @@ -1213,6 +1257,8 @@ in the
164 +.B \-translation\-table
167 in each directory on the CD-ROM, which can be used
168 @@ -1262,6 +1308,8 @@ to
169 This option is the default on VMS.
173 +.B \-untranslated\-filenames
174 Allows "untranslated" filenames, completely violating the ISO9660 standards
175 described above. Enables the following flags:
176 .B \-d \-l \-N \-allow\-leading\-dots \-relaxed\-filenames
177 @@ -1333,6 +1381,8 @@ must be specified before
178 on each command line.
183 Verbose execution. If given twice on the command line, extra debug information
186 @@ -1341,7 +1391,15 @@ Identical to
191 +Generate XA directory attruibutes.
194 +Generate rationalized XA directory attruibutes.
198 +.B \-transparent\-compression
201 records for transparently compressed files.