Changeset 163 in MondoRescue
- Timestamp:
- Dec 8, 2005, 12:04:02 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/common/libmondo-tools.c
r153 r163 576 576 char *cdr_exe; 577 577 char *tmp; 578 char call_before_iso_user[MAX_STR_LEN] = "\0"; 578 579 int rdsiz_MB; 579 580 char *iso_dev; … … 752 753 } 753 754 if (bkpinfo->manual_cd_tray) { 755 if (bkpinfo->call_before_iso[0] == '\0') { 754 756 sprintf(bkpinfo->call_before_iso, 755 "%s -o %s/temporary.iso . 2>> _ERR_", mondo_mkisofs_sz, 756 bkpinfo->tmpdir); 757 "%s -o %s/temporary.iso . 2>> _ERR_", 758 mondo_mkisofs_sz, bkpinfo->tmpdir); 759 } else { 760 strncpy(call_before_iso_user, bkpinfo->call_before_iso, MAX_STR_LEN); 761 sprintf (bkpinfo->call_before_iso, 762 "( %s -o %s/temporary.iso . 2>> _ERR_ ; %s )", 763 mondo_mkisofs_sz, bkpinfo->tmpdir, call_before_iso_user); 764 } 765 log_it("bkpinfo->call_before_iso = %s", bkpinfo->call_before_iso); 757 766 sprintf(bkpinfo->call_make_iso, 758 767 "%s %s -v %s fs=4m dev=%s speed=%d %s/temporary.iso",
Note:
See TracChangeset
for help on using the changeset viewer.