Changeset 1437 in MondoRescue for branches/2.2.4/mondo/src/common/my-stuff.h


Ignore:
Timestamp:
May 10, 2007, 11:41:11 PM (17 years ago)
Author:
andree
Message:

New define 'MINDI_CACHE' set to '/var/cache/mindi' rather than
hardcoding this in the code. Makes it easy to change the location. Also
adjusted some of the messages related to boot floppies or CDs.

(Also added missing debug level to log_debug() call.)

File:
1 edited

Legend:

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

    r1315 r1437  
    231231 */
    232232#define MONDO_CFG_FILE_STUB "tmp/mondo-restore.cfg"
     233/**
     234 * The location where mindi CD and floppy images are stored.
     235 */
     236#define MINDI_CACHE "/var/cache/mindi"
    233237
    234238/**
Note: See TracChangeset for help on using the changeset viewer.