Ignore:
Timestamp:
May 12, 2015, 2:16:38 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix mindi-get-perl-modules to get all modules in dependency as well (pb with Expoerter module missing during UEFI tests)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c

    r3301 r3383  
    17041704        && ask_me_yes_or_no("Did you change the mountlist or cloned the system ?")) {
    17051705        /* 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...                           ");
    17081707        for (done = FALSE; !done;) {
    17091708            if (!run_program_and_log_output("which vi", FALSE)) {
     
    17381737        log_msg(2, "run_raw_mbr() --- command='%s'", command);
    17391738
    1740         mvaddstr_and_log_it(g_currentY, 0,
    1741                             "Restoring MBR...                                               ");
     1739        mvaddstr_and_log_it(g_currentY, 0, "Restoring MBR...                                               ");
    17421740        res = run_program_and_log_output(command, 3);
    17431741        mr_free(command);
     
    17451743    if (res) {
    17461744        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);
    17491746    } else {
    17501747        mvaddstr_and_log_it(g_currentY++, 74, "Done.");
Note: See TracChangeset for help on using the changeset viewer.