Ignore:
Timestamp:
Sep 11, 2009, 3:17:46 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Adds ext3 initrd support for 2.6.30
  • Fix a typo in mondorestore
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/mondorestore/mondorestore.c

    r2383 r2391  
    878878    if (retval) {
    879879        log_to_screen("Errors occurred during the nuke phase.");
    880     } else if (tmp1, "RESTORE")) {
     880    } else if (strstr(tmp1, "RESTORE")) {
    881881        log_to_screen("PC was restored successfully. Thank you for using Mondo Rescue.");
    882882        log_to_screen("Please visit our website at http://www.mondorescue.org for more information.");
Note: See TracChangeset for help on using the changeset viewer.