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/mondorestore/mondo-prep.c

    r2508 r2603  
    214214#endif
    215215
    216     tmp = call_program_and_get_last_line_of_output("cat /proc/cmdline");
     216    tmp = call_program_and_get_last_line_of_output("cat "CMDLINE);
    217217    if (strstr(tmp, "nolvm")) {
    218218        mr_free(tmp);
Note: See TracChangeset for help on using the changeset viewer.