Changeset 2395 in MondoRescue for branches/2.2.10/mondo/test/test-mountlist.c


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/test/test-mountlist.c

    r2352 r2395  
    5050struct mountlist_itself *mountlist = NULL;
    5151struct raidlist_itself *raidlist = NULL;
    52 int ret = 0;
    5352char *flaws_str = NULL;
    5453
     
    8079log_it("after edit_mountlist");
    8180
    82 flaws_str = evaluate_mountlist(mountlist, &ret);
     81flaws_str = evaluate_mountlist(mountlist);
    8382log_it("after evaluate_mountlist");
    8483mr_free(flaws_str);
Note: See TracChangeset for help on using the changeset viewer.