Changeset 296 in MondoRescue for branches/2.06/mondo/mondo/common/my-stuff.h


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'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.06/mondo/mondo/common/my-stuff.h

    r237 r296  
    277277#define BLK_STOP_BIGGIEFILES    39  ///< Marker block: stop the biggiefile section.
    278278#define BLK_START_A_NORMBIGGIE  40  ///< Marker block: start a normal biggiefile.
    279 #define BLK_START_A_PIHBIGGIE   41  ///< Marker block: start a partimagehack'd biggiefile
     279#define BLK_START_A_PIHBIGGIE   41  ///< Marker block: start a ntfsprog'd biggiefile
    280280#define BLK_START_EXTENDED_ATTRIBUTES 45    ///< Marker block: start xattr/acl info
    281281#define BLK_STOP_EXTENDED_ATTRIBUTES 46 ///< Marker block: stop xattr/acl info
     
    518518#define DEFAULT_DEBUG_LEVEL 4   ///< By default, don't log messages with a loglevel higher than this.
    519519
    520 #define SZ_PARTIMAGE_VOLSIZE "1048576"  // was 4096
    521 #define PARTIMAGE_PARAMS "-z0 -V" SZ_PARTIMAGE_VOLSIZE " -o -b -d -g1"
     520#define SZ_NTFSPROG_VOLSIZE "1048576"   // was 4096
     521#define NTFSPROG_PARAMS "-z0 -V" SZ_NTFSPROG_VOLSIZE " -o -b -d -g1"
    522522
    523523#define MNT_CDROM "/mnt/cdrom"
Note: See TracChangeset for help on using the changeset viewer.