Changeset 2837 in MondoRescue
- Timestamp:
- Jun 25, 2011, 7:14:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.9/mondo/src/mondorestore/mondorestore.c
r2820 r2837 2250 2250 mvaddstr_and_log_it(g_currentY, 0, "Restoring from archives"); 2251 2251 log_msg(2, 2252 "Insisting on 1st CD, so that I can have a look at LAST-FILELIST-NUMBER");2252 "Insisting on 1st media, so that I can have a look at LAST-FILELIST-NUMBER"); 2253 2253 if (g_current_media_number != 1) { 2254 2254 log_msg(3, "OK, that's jacked up."); … … 2343 2343 g_current_progress++; 2344 2344 } 2345 /* Now we need to umount the current media to have the next mounted by insist_on_this_cd_number */ 2346 run_program_and_log_output("umount " MNT_CDROM, FALSE); 2345 2347 } 2346 2348 mr_free(mds);
Note:
See TracChangeset
for help on using the changeset viewer.