New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
@c man .\" First parameter, NAME, should be all caps
|
||||
@c man .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
|
||||
@c man .\" other parameters are allowed: see man(7), man(1)
|
||||
@c man .TH XORRISO 1 "Oct 02, 2010"
|
||||
@c man .TH XORRISO 1 "Oct 03, 2010"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -2904,7 +2904,8 @@ 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:
|
||||
@*
|
||||
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).
|
||||
@*
|
||||
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
|
||||
@ -2955,12 +2956,21 @@ The absolute disk_path of any file that will be listed in the .jigdo file will
|
||||
be checked whether it begins with the From string. If so, this string will
|
||||
be replaced by the To string and a ':' character. The From string should end
|
||||
by a '/' character.
|
||||
@end table
|
||||
Alias: -jigdo-map
|
||||
@*
|
||||
@strong{compression} chooses one of "bzip2" or "gzip" for the compression of
|
||||
the template file. The jigdo file is put out uncompressed.
|
||||
Alias: -jigdo-template-compress
|
||||
@*
|
||||
@strong{checksum_iso} 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
|
||||
@*
|
||||
@strong{checksum_template} is like checksum_iso but for "# Template Hex".
|
||||
Alias: -checksum_algorithm_template
|
||||
@end table
|
||||
@c man .TP
|
||||
@c man .B Character sets:
|
||||
@node Charset, Exception, Jigdo, Options
|
||||
|
Reference in New Issue
Block a user