Changeset 3383 in MondoRescue for branches/3.2/mondo/src
- Timestamp:
- May 12, 2015, 2:16:38 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3301 r3383 1704 1704 && ask_me_yes_or_no("Did you change the mountlist or cloned the system ?")) { 1705 1705 /* interactive mode */ 1706 mvaddstr_and_log_it(g_currentY, 0, 1707 "Modifying fstab and restoring MBR... "); 1706 mvaddstr_and_log_it(g_currentY, 0, "Modifying fstab and restoring MBR... "); 1708 1707 for (done = FALSE; !done;) { 1709 1708 if (!run_program_and_log_output("which vi", FALSE)) { … … 1738 1737 log_msg(2, "run_raw_mbr() --- command='%s'", command); 1739 1738 1740 mvaddstr_and_log_it(g_currentY, 0, 1741 "Restoring MBR... "); 1739 mvaddstr_and_log_it(g_currentY, 0, "Restoring MBR... "); 1742 1740 res = run_program_and_log_output(command, 3); 1743 1741 mr_free(command); … … 1745 1743 if (res) { 1746 1744 mvaddstr_and_log_it(g_currentY++, 74, "Failed."); 1747 log_to_screen 1748 ("MBR+fstab processed w/error(s). See %s for more info.", MONDO_LOGFILE); 1745 log_to_screen("MBR+fstab processed w/error(s). See %s for more info.", MONDO_LOGFILE); 1749 1746 } else { 1750 1747 mvaddstr_and_log_it(g_currentY++, 74, "Done.");
Note:
See TracChangeset
for help on using the changeset viewer.