Changeset 1535 in MondoRescue for branches/stable/mondo/src/include/mr_conf.h


Ignore:
Timestamp:
Jul 18, 2007, 6:18:02 PM (17 years ago)
Author:
Bruno Cornec
Message:

Use the configuration files in mondo (begining). That revision doesn't even compile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/mr_conf.h

    r1422 r1535  
    44 *
    55 * based on parse_conf.h (c)2002-2004 Anton Kulchitsky  mailto:anton@kulchitsky.org
    6  * Review for mondorescue (c) 2006 Bruno Cornec <bruno@mondorescue.org>
     6 * Reviewed for mondorescue (c) 2006-2007 Bruno Cornec <bruno@mondorescue.org>
    77 *   
    88 *     Header file of mr_conf: a very small and simple
     
    2121 */
    2222struct mr_ar_conf {
    23     /* ISO image CLI command to use */
     23    /* MINDI: ISO image CLI command to use */
    2424    char *iso_creation_cmd;
    25     /* ISO image common creation options */
    26     char *iso_creation_options;
     25    /* MINDI: ISO image common creation options */
     26    char *iso_creation_opt;
    2727    /* ISO Burning CLI command to use */
    2828    char *iso_burning_cmd;
Note: See TracChangeset for help on using the changeset viewer.