New -as mkisofs options -checksum_algorithm_iso, -checksum_algorithm_template
This commit is contained in:
@ -617,7 +617,6 @@ int Xorriso_genisofs_ignore(struct XorrisO *xorriso, char *whom,
|
||||
static char ignored_arg1_options[][41]= {
|
||||
"-check-session", "-hide-hfs", "-hide-hfs-list", "-root",
|
||||
"-old-root", "-table-name", "-volset-seqno", "-volset-size",
|
||||
"-checksum_algorithm_iso", "-checksum_algorithm_template",
|
||||
""
|
||||
};
|
||||
int k, idx_offset= 0;
|
||||
@ -725,6 +724,10 @@ int Xorriso_genisofs_help(struct XorrisO *xorriso, int flag)
|
||||
" -md5-list FILE File containing MD5 sums of the files that should be checked",
|
||||
" -jigdo-template-compress ALGORITHM",
|
||||
" Choose to use gzip or bzip2 compression for template data; default is gzip",
|
||||
" -checksum_algorithm_iso alg1,alg2,...",
|
||||
" Specify the checksum types desired for the output image (in .jigdo)",
|
||||
" -checksum_algorithm_template alg1,alg2,...",
|
||||
" Specify the checksum types desired for the output jigdo template"
|
||||
" -b FILE, -eltorito-boot FILE",
|
||||
" Set El Torito boot image name",
|
||||
" -eltorito-alt-boot Start specifying alternative El Torito boot parameters",
|
||||
@ -1372,6 +1375,8 @@ is_unknown_option_2:;
|
||||
strcmp(argv[i], "-jigdo-force-md5") == 0 ||
|
||||
strcmp(argv[i], "-jigdo-map") == 0 ||
|
||||
strcmp(argv[i], "-jigdo-template-compress") == 0 ||
|
||||
strcmp(argv[i], "-checksum_algorithm_iso") == 0 ||
|
||||
strcmp(argv[i], "-checksum_algorithm_template") == 0 ||
|
||||
strcmp(argv[i], "-md5-list") == 0) {
|
||||
i++;
|
||||
ret= Xorriso_option_jigdo(xorriso, argv[i - 1], argv[i], 0);
|
||||
|
Reference in New Issue
Block a user