Changeset 1046 in MondoRescue for trunk/mondo


Ignore:
Timestamp:
Jan 9, 2007, 1:29:21 AM (17 years ago)
Author:
Bruno Cornec
Message:

merge -r1042:1045 $SVN_M/branches/stable

Location:
trunk/mondo/src/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/src/common/libmondo-archive.c

    r1043 r1046  
    27522752            if (does_file_exist("/var/cache/mindi/mondorescue.iso")) {
    27532753                popup_and_OK
    2754                     ("Boot+data floppy creation failed.\nHowever, you may burn /var/cache/mindi/mondorescue.iso to a CD\nand boot from that instead if you wish.");
     2754                    ("Boot+data floppy creation failed. However, FYI, you may burn /var/cache/mindi/mondorescue.iso to a CD and boot from that instead if you wish.");
    27552755                res++;
    27562756            }
  • trunk/mondo/src/common/libmondo-filelist.c

    r1043 r1046  
    16031603        tmp2 = call_program_and_get_last_line_of_output("locate /pagefile.sys 2> /dev/null");
    16041604        mr_asprintf(&exclude_paths, " %s %s %s %s %s %s . .. \
    1605 " MNT_CDROM " " MNT_FLOPPY " /media/cdrom /media/cdrecorder \
     1605" MNT_CDROM " " MNT_FLOPPY " /media \
    16061606/proc /sys /tmp /var/cache/mondo /var/cache/mindi", excp, tmp, tmp1, tmp2, (tmpdir[0] == '/' && tmpdir[1] == '/') ? (tmpdir + 1) : tmpdir, (scratchdir[0] == '/' && scratchdir[1] == '/') ? (scratchdir + 1) : scratchdir);
    16071607        mr_free(tmp);
  • trunk/mondo/src/common/libmondo-tools.c

    r1043 r1046  
    880880#endif
    881881
    882     if ((Lres = free_space_on_given_partition("/var/cache/mondo")) == -1) /* {
    883         Lres = free_space_on_given_partition("/");
    884     }
    885     */
     882    Lres = free_space_on_given_partition("/var/cache");
    886883    log_it("Free space on given partition = %ld MB", Lres);
    887884
    888885    if (Lres < 50) {
    889         fatal_error("Your /var/cache/mondo partition has <50MB free. Please adjust your partition table to something saner.");
     886        fatal_error("Your /var/cache partition has <50MB free. Please adjust your partition table to something saner.");
    890887    }
    891888
Note: See TracChangeset for help on using the changeset viewer.