Changeset 2874 in MondoRescue for branches/2.2.10/mondo


Ignore:
Timestamp:
Sep 29, 2011, 8:37:54 PM (13 years ago)
Author:
Bruno Cornec
Message:

r4323@mzielinski: bruno | 2011-09-29 20:26:04 +0200

  • Various 2.2.10 fixes for lzma support and some mindi improvements
Location:
branches/2.2.10/mondo/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-filelist.c

    r2850 r2874  
    13471347        }
    13481348    }
    1349     mr_asprintf(&find_excludes, "|");
     1349    mr_asprintf(find_excludes, "|");
    13501350
    13511351    if (!depth) {
     
    14401440            }
    14411441            mr_free(new_with_pipe);
    1442             mr_asprintf(new_with_spaces, "|%s|", new);
    14431442            if (strstr(skip_these, new_with_pipe)) {
    14441443                fprintf(fout, "%s\n", new);
  • branches/2.2.10/mondo/src/common/newt-specific.c

    r2816 r2874  
    12241224        newtComponent b2;
    12251225        newtComponent b3;
    1226         //newtComponent b4;
     1226        newtComponent b4;
    12271227        newtComponent b5;
    12281228        newtComponent b_res;
     
    12361236        b2 = newtButton(18, 1, "gzip");
    12371237        b3 = newtButton(4, 5, "lzo");
    1238         //b4 = newtButton(18, 5, "lzma");
     1238        b4 = newtButton(18, 5, "lzma");
    12391239        b5 = newtButton(4, 9, "         Exit        ");
    12401240        myForm = newtForm(NULL, NULL, 0);
  • branches/2.2.10/mondo/src/mondorestore/mondorestore.c

    r2850 r2874  
    838838                        "Using tune2fs to identify your ext2,3 partitions");
    839839
    840     mr_asprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab >> %s 2>> %s", g_mountlist_fname, MONDO_LOGFILE, MONDO_LOGFILE);
     840    mr_asprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab >> %s 2>> %s", MINDI_CACHE"/mountlist.txt", MONDO_LOGFILE, MONDO_LOGFILE);
    841841    res = run_program_and_log_output(tmp, TRUE);
    842842    mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.