Ignore:
Timestamp:
Mar 22, 2010, 1:56:30 PM (14 years ago)
Author:
Bruno Cornec
Message:

r3757@localhost: bruno | 2010-03-17 15:05:13 +0100

  • Adds a new interface param between mondoarchive and mindi for backup-media-type which was missing
  • Improve again logging
  • Try to improve keymap support
  • Remove some remaining hard coded /proc/cmdline
  • Adds a cache for the find command for modules launched twice to make it quicker on my Atom netboot in a QEMU VM
  • Remove dependency at build time on mindi to only use MINDI_CONF env var
File:
1 edited

Legend:

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

    r2601 r2603  
    757757        fatal_error("Unknown backup_media_type");
    758758    }
    759     mr_free(value);
    760759
    761760    if ((bkpinfo->backup_media_type == usb) && (bkpinfo->media_device)) {
     
    808807            use_gzip_sz,        // parameter #19 (STRING)
    809808            use_lzma_sz,        // parameter #20 (STRING)
     809            value,              // parameter #21 (STRING)
    810810            MONDO_LOGFILE);
    811811
     812    mr_free(value);
    812813    mr_free(tmp2);
    813814    mr_free(tape_device);
Note: See TracChangeset for help on using the changeset viewer.