Changeset 296 in MondoRescue for branches/2.06/mondo/mondo/mondoarchive


Ignore:
Timestamp:
Jan 11, 2006, 10:10:31 AM (18 years ago)
Author:
andree
Message:

Replaced partimagehack with ntfsclone from ntfsprogs package. Replaced
all occurrences of strings 'partimagehack' and 'partimage' with 'ntfsprog'.

Location:
branches/2.06/mondo/mondo/mondoarchive
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/mondoarchive/main.c

    r259 r296  
    275275    diffs = 0;
    276276    say_at_end[0] = '\0';
    277     unlink("/var/log/partimagehack-debug.log");
    278277    printf("Initializing...\n");
    279278    if (!(bkpinfo = malloc(sizeof(struct s_bkpinfo)))) {
  • branches/2.06/mondo/mondo/mondoarchive/mondo-cli.c

    r289 r296  
    711711    if (flag_set['x']) {
    712712        strncpy(bkpinfo->image_devs, flag_val['x'], MAX_STR_LEN / 4);
    713         if (run_program_and_log_output("which partimagehack", 2)) {
    714             fatal_error("Please install partimagehack RPM/tarball.");
     713        if (run_program_and_log_output("which ntfsclone", 2)) {
     714            fatal_error("Please install ntfsprogs package/tarball.");
    715715        }
    716716    }
Note: See TracChangeset for help on using the changeset viewer.