Changeset 1535 in MondoRescue for branches/stable/mondo/src/include
- Timestamp:
- Jul 18, 2007, 6:18:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mondo/src/include/mr_conf.h
r1422 r1535 4 4 * 5 5 * based on parse_conf.h (c)2002-2004 Anton Kulchitsky mailto:anton@kulchitsky.org 6 * Review for mondorescue (c) 2006Bruno Cornec <bruno@mondorescue.org>6 * Reviewed for mondorescue (c) 2006-2007 Bruno Cornec <bruno@mondorescue.org> 7 7 * 8 8 * Header file of mr_conf: a very small and simple … … 21 21 */ 22 22 struct mr_ar_conf { 23 /* ISO image CLI command to use */23 /* MINDI: ISO image CLI command to use */ 24 24 char *iso_creation_cmd; 25 /* ISO image common creation options */26 char *iso_creation_opt ions;25 /* MINDI: ISO image common creation options */ 26 char *iso_creation_opt; 27 27 /* ISO Burning CLI command to use */ 28 28 char *iso_burning_cmd;
Note:
See TracChangeset
for help on using the changeset viewer.