New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
.\" First parameter, NAME, should be all caps
|
||||
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
.\" other parameters are allowed: see man(7), man(1)
|
||||
.TH XORRISO 1 "Oct 02, 2010"
|
||||
.TH XORRISO 1 "Oct 03, 2010"
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.\"
|
||||
.\" Some roff macros, for reference:
|
||||
@ -2430,11 +2430,12 @@ listed in the .jigdo file and externally referenced in the .template file.
|
||||
Each desired file is represented in the .md5 file by a single text line:
|
||||
.br
|
||||
MD5 as 32 hex digits, 2 blanks, size as 12 decimal digits or blanks, 2 blanks,
|
||||
absolute path in the disk filesystem as given to xorriso.
|
||||
basename of file in the disk filesystem (directory path is allowed but gets
|
||||
ignored).
|
||||
.br
|
||||
If the list of jigdo parameters is not empty, then xorriso will refuse to
|
||||
write to non-blank targets, it will disable multi-session emulation and
|
||||
padding.
|
||||
write to non-blank targets, it will disable multi-session emulation, and
|
||||
eventual padding will be counted as part of the ISO image.
|
||||
.br
|
||||
.TP
|
||||
\fB\-jigdo\fR parameter_name value
|
||||
@ -2482,6 +2483,15 @@ Alias: -jigdo-map
|
||||
\fBcompression\fR chooses one of "bzip2" or "gzip" for the compression of
|
||||
the template file. The jigdo file is put out uncompressed.
|
||||
Alias: -jigdo-template-compress
|
||||
.br
|
||||
\fBchecksum_iso\fR chooses one or more of "md5", "sha1", "sha256", "sha512"
|
||||
for the auxiliary "# Image Hex" checksums in the jigdo file. The value may e.g.
|
||||
look like "md5,sha1,sha512". Value "all" chooses all available algorithms.
|
||||
Note that MD5 stays always enabled.
|
||||
Alias: -checksum_algorithm_iso
|
||||
.br
|
||||
\fBchecksum_template\fR is like checksum_iso but for "# Template Hex".
|
||||
Alias: -checksum_algorithm_template
|
||||
.TP
|
||||
.B Character sets:
|
||||
.PP
|
||||
|
Reference in New Issue
Block a user