Ignore:
Timestamp:
May 26, 2008, 5:35:44 PM (16 years ago)
Author:
Bruno Cornec
Message:
  • Adds OBDR support (use_obdr field in bkpinfo added, -o option changed to mean OBDR - LILO not usable anyway as a bootloader for ISO images)
File:
1 edited

Legend:

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

    r1946 r1948  
    847847        if (write_one_liner_data_file(tmp1, "TRUE")) {
    848848            log_msg(1, "%ld: Unable to write one-liner ACL",
     849                __LINE__);
     850        }
     851        paranoid_free(tmp1);
     852    }
     853    if (bkpinfo->use_obdr) {
     854        asprintf(&tmp1, "%s/OBDR", bkpinfo->tmpdir);
     855        if (write_one_liner_data_file(tmp1, "TRUE")) {
     856            log_msg(1, "%ld: Unable to write one-liner OBDR",
    849857                __LINE__);
    850858        }
Note: See TracChangeset for help on using the changeset viewer.