New command -scsi_dev_family, new -as cdrecord option drive_scsi_dev_family=
This commit is contained in:
@ -541,7 +541,7 @@ int Xorriso_count_args(struct XorrisO *xorriso, int argc, char **argv,
|
||||
"prog","prog_help","publisher","quoted_not_list","quoted_path_list",
|
||||
"read_fs","read_speed","reassure","report_about",
|
||||
"report_el_torito","report_system_area","rockridge",
|
||||
"rom_toc_scan","rr_reloc_dir","scsi_log",
|
||||
"rom_toc_scan","rr_reloc_dir","scsi_dev_family","scsi_log",
|
||||
"session_log","sh_style_result","signal_handling","sleep",
|
||||
"speed","split_size","status","status_history_max",
|
||||
"stdio_sync","stream_recording","system_id","temp_mem_limit","toc_of",
|
||||
@ -680,6 +680,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",
|
||||
|
||||
"* Character sets:",
|
||||
"charset", "local_charset",
|
||||
@ -1721,6 +1722,10 @@ next_command:;
|
||||
(*idx)+= 2;
|
||||
ret= Xorriso_option_scdbackup_tag(xorriso, arg1, arg2, 0);
|
||||
|
||||
} else if(strcmp(cmd, "scsi_dev_family") == 0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_scsi_dev_family(xorriso, arg1, 0);
|
||||
|
||||
} else if(strcmp(cmd, "scsi_log") == 0) {
|
||||
(*idx)++;
|
||||
ret= Xorriso_option_scsi_log(xorriso, arg1, 0);
|
||||
|
Reference in New Issue
Block a user