Changeset 3401 in MondoRescue
- Timestamp:
- Aug 5, 2015, 6:50:14 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/common/libmondo-archive.c
r3400 r3401 838 838 update_evalcall_form(3); 839 839 840 mr_asprintf(command, "mindi %s --custom %s %s/images '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%ld' '%d' '%s' '%s' '%s' '%s' 2>&1 > %s",840 mr_asprintf(command, "mindi %s --custom %s %s/images '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%s' '%ld' '%s' '%s' '%s' '%s' '%ld' '%d' '%s' '%s' '%s' '%s' 2>&1 >> %s", 841 841 // 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 842 842 tmp2, // parameter #1 … … 891 891 log_msg(2, command); 892 892 893 // popup_and_OK("Pausing");894 895 893 // BCO old call : 896 894 //res = run_program_and_log_output(command, FALSE); 895 log_msg(1, "Call to mindi"); 896 log_msg(1, "-------------"); 897 897 res = run_external_binary_with_percentage_indicator_NEW("Calling MINDI for boot disk",command); 898 898 /* May crash now that we changed the call … … 900 900 */ 901 901 paranoid_free(command); 902 log_msg(1, "-------------"); 903 log_msg(1, "End of call to mindi"); 902 904 903 905 if (bkpinfo->nonbootable_backup) {
Note:
See TracChangeset
for help on using the changeset viewer.