Changeset 20 in MondoRescue for trunk/mondo/mondo/common/libmondo-tools.c


Ignore:
Timestamp:
Sep 9, 2005, 7:30:28 PM (19 years ago)
Author:
bcornec
Message:

-p option added

File:
1 edited

Legend:

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

    r1 r20  
    572572 * - Used: @c bkpinfo->compression_level
    573573 * - Used: @c bkpinfo->include_paths
     574 * - Used: @c bkpinfo->prefix
    574575 * - Used: @c bkpinfo->isodir
    575576 * - Used: @c bkpinfo->manual_cd_tray
     
    983984  else
    984985    { strcpy (bkpinfo->isodir, "/root/images/mondo"); }
     986  strcpy (bkpinfo->prefix, "mondorescue");
    985987
    986988  bkpinfo->scratchdir[0] = '\0';
Note: See TracChangeset for help on using the changeset viewer.