Ignore:
Timestamp:
Sep 12, 2009, 2:57:02 AM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix interface of evaluate_mountlist (remove 2nd param useless) and fix nuke mode which wasn't working.
  • Tries to add support for bzip2 and lzma initramfs (preliminary, not tested) for 2.6.30

(Backport from 2.2.9)

File:
1 edited

Legend:

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

    r2391 r2395  
    774774    mr_free(tmp);
    775775
    776     flaws_str = evaluate_mountlist(mountlist, &res);
    777     if (!res) {
     776    flaws_str = evaluate_mountlist(mountlist);
     777    if (flaws_str != NULL) {
    778778        mr_asprintf(tmp, "Mountlist analyzed. Result: \"%s\" Switch to Interactive Mode?", flaws_str);
    779779        mr_free(flaws_str);
     
    787787        }
    788788    }
    789     mr_free(flaws_str);
    790789
    791790    save_mountlist_to_disk(mountlist, g_mountlist_fname);
Note: See TracChangeset for help on using the changeset viewer.