Changeset 253 in MondoRescue
- Timestamp:
- Dec 21, 2005, 9:41:31 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.05/mondo/mondo/mondorestore/mondo-rstr-tools.c
r251 r253 1025 1025 MNT_CDROM, 1); 1026 1026 } 1027 if (does_file_exist(MNT_CDROM "/archives/filelist.0")) 1028 // End patch 1029 { 1027 if (does_file_exist(MNT_CDROM "/archives/filelist.0")) { 1030 1028 bkpinfo->backup_media_type = cdr; 1031 1029 run_program_and_log_output("umount " MNT_CDROM, 1); … … 1033 1031 ("Re-jigging configuration AGAIN. CD-R, not ISO."); 1034 1032 } 1033 } 1035 1034 if (read_cfg_var(cfg_file, "iso-prefix", value) == 0) { 1036 1035 strcpy(bkpinfo->prefix,value);
Note:
See TracChangeset
for help on using the changeset viewer.