Switched to usage of libjte-2.0.0. New -jigdo parameters "checksum_algorithm", "demand_checksum", "checksum_path". New -as mkisofs options-jigdo-checksum-algorithm, "-checksum-list", "-jigdo-force-checksum".
This commit is contained in:
@ -50,7 +50,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 "Version 1.5.3, Oct 28, 2019"
|
||||
@c man .TH XORRISO 1 "Version 1.5.3, Nov 23, 2019"
|
||||
@c man .\" Please adjust this date whenever revising the manpage.
|
||||
@c man .\"
|
||||
@c man .\" Some roff macros, for reference:
|
||||
@ -4351,14 +4351,19 @@ The .template file contains the compressed ISO image with reference tags
|
||||
instead of the content bytes of the listed files.
|
||||
@*
|
||||
Input for this process are the normal arguments for a @command{xorriso} session
|
||||
on a blank -outdev, and a .md5 file which lists those data files which may be
|
||||
listed in the .jigdo file and externally referenced in the .template file.
|
||||
Each designated file is represented in the .md5 file by a single text line:
|
||||
on a blank -outdev, and a checksum file which lists those data files which may
|
||||
be listed in the .jigdo file and externally referenced in the .template file.
|
||||
Each designated file is represented in the checksum file by a single text line:
|
||||
@*
|
||||
MD5 as 32 hex digits, 2 blanks, size as 12 decimal digits or blanks, 2 blanks,
|
||||
Checksum as hex digits, 2 blanks, size as 12 decimal digits or blanks, 2 blanks,
|
||||
symbolic file address
|
||||
@*
|
||||
The file address in an .md5 line has to bear the same basename as the
|
||||
The kind of checksum is chosen by -jigdo "checksum_algorithm" with values "md5"
|
||||
(32 hex digits) or "sha256" (64 hex digits).
|
||||
It will also be used for the file address lines in the .jigdo file.
|
||||
The default is "md5".
|
||||
@*
|
||||
The file address in a checksum file line has to bear the same basename as the
|
||||
disk_path of the file which it shall match. The directory path of
|
||||
the file address is decisive for To=From mapping, not for file recognition.
|
||||
After To=From mapping, the file address gets written into the .jigdo
|
||||
@ -4384,6 +4389,12 @@ emulation command.
|
||||
Parameter @strong{clear} with any value empties the whole list.
|
||||
No .jigdo and .template file will be produced.
|
||||
@*
|
||||
@strong{checksum_algorithm} chooses the checksum algorithm which shall be used
|
||||
for the data file entries in the .jigdo file and is expected in the checksum
|
||||
file. Permissible are "md5" or "sha256". Default is "md5".
|
||||
@*
|
||||
Alias: -jigdo-checksum-algorithm
|
||||
@*
|
||||
@strong{template_path} sets the disk_path for the .template file with the
|
||||
holed and compressed ISO image copy.
|
||||
@*
|
||||
@ -4394,7 +4405,12 @@ and download addresses for filling the holes in .template.
|
||||
@*
|
||||
Alias: -jigdo-jigdo
|
||||
@*
|
||||
@strong{md5_path} sets the disk_path where to find the .md5 input file.
|
||||
@strong{checksum_path} sets the disk_path where to find the checksum file with
|
||||
symbolic file addresses and checksums according to @strong{checksum_algorithm}.
|
||||
@*
|
||||
Alias: md5_path
|
||||
@*
|
||||
Alias: -checksum-list
|
||||
@*
|
||||
Alias: -md5-list
|
||||
@*
|
||||
@ -4409,15 +4425,19 @@ stay in .template in any case.
|
||||
@*
|
||||
Alias: -jigdo-exclude
|
||||
@*
|
||||
@strong{demand_md5} adds a regular expression pattern which will get compared
|
||||
with the absolute disk_path of any data file that was not found in the .md5
|
||||
list. A match causes a MISHAP event.
|
||||
@strong{demand_checksum} adds a regular expression pattern which will get
|
||||
compared with the absolute disk_path of any data file that was not found
|
||||
in the checksum list file as of "checksum_path". A match causes a MISHAP event.
|
||||
@*
|
||||
Alias: demand_md5
|
||||
@*
|
||||
Alias: -jigdo-force-checksum
|
||||
@*
|
||||
Alias: -jigdo-force-md5
|
||||
@*
|
||||
@strong{mapping} adds a string pair of the form To=From to the parameter list.
|
||||
If a data file gets listed in the .jigdo file, then it is referred by the
|
||||
file address from its line in the .md5 file. This file address gets checked
|
||||
file address from its line in the checksum file. This file address gets checked
|
||||
whether it begins with the From string. If so, then this string will be
|
||||
replaced by the To string and a ':' character, before it goes into the .jigdo
|
||||
file. The From string should end by a '/' character.
|
||||
|
Reference in New Issue
Block a user