Ignore:
Timestamp:
Aug 27, 2015, 2:48:37 AM (9 years ago)
Author:
Bruno Cornec
Message:

Also copy EFI|boot dir to the ISO directly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondoarchive/mondoarchive.c

    r3380 r3428  
    384384/* Report result of entire operation (success? errors?) */
    385385    if (!retval) {
    386         mvaddstr_and_log_it(g_currentY++, 0,
    387                             "Backup and/or verify ran to completion. Everything appears to be fine.");
     386        mvaddstr_and_log_it(g_currentY++, 0, "Backup and/or verify ran to completion. Everything appears to be fine.");
    388387    } else {
    389         mvaddstr_and_log_it(g_currentY++, 0,
    390                             "Backup and/or verify ran to completion. However, errors did occur.");
     388        mvaddstr_and_log_it(g_currentY++, 0, "Backup and/or verify ran to completion. However, errors did occur.");
    391389    }
    392390
    393391    if (does_file_exist(MINDI_CACHE"/mondorescue.iso")) {
    394         log_to_screen
    395             (MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it.");
     392        log_to_screen(MINDI_CACHE"/mondorescue.iso, a boot/utility CD, is available if you want it.");
    396393    }
    397394
Note: See TracChangeset for help on using the changeset viewer.