New command -iso_nowtime to set fixed timestamp for synthetic files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
/* xorriso - creates, loads, manipulates and burns ISO 9660 filesystem images.
|
||||
|
||||
Copyright 2007-2017 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
Copyright 2007-2019 Thomas Schmitt, <scdbackup@gmx.net>
|
||||
|
||||
Provided under GPL version 2 or later.
|
||||
|
||||
@@ -541,7 +541,7 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
"commit_eject","compliance","copyright_file",
|
||||
"dev","dialog","disk_dev_ino","disk_pattern","displacement",
|
||||
"dummy","dvd_obs","early_stdio_test","ecma119_map","eject",
|
||||
"iso_rr_pattern","file_name_limit","follow","format","fs",
|
||||
"iso_nowtime","iso_rr_pattern","file_name_limit","follow","format","fs",
|
||||
"gid","grow_blindly","hardlinks",
|
||||
"hfsplus","history","indev","in_charset","joliet",
|
||||
"list_delimiter","list_extras","list_profiles","local_charset",
|
||||
@@ -694,7 +694,7 @@ int Xorriso_cmd_sorting_rank(struct XorrisO *xorriso,
|
||||
"ecma119_map",
|
||||
"disk_dev_ino", "rom_toc_scan", "calm_drive", "ban_stdio_write",
|
||||
"early_stdio_test", "data_cache_size",
|
||||
"scsi_dev_family",
|
||||
"scsi_dev_family", "iso_nowtime",
|
||||
|
||||
"* Character sets:",
|
||||
"charset", "local_charset",
|
||||
@@ -1406,6 +1406,10 @@ next_command:;
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_charset(xorriso, arg1, 1);
|
||||
|
||||
} else if(strcmp(cmd,"iso_nowtime")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_iso_nowtime(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd,"iso_rr_pattern")==0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_iso_rr_pattern(xorriso, arg1, 0);
|
||||
|
Reference in New Issue
Block a user