Changeset 3292 in MondoRescue for branches/3.2/mondo/src/mondorestore
- Timestamp:
- May 27, 2014, 5:53:14 PM (11 years ago)
- Location:
- branches/3.2/mondo/src/mondorestore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-prep.c
r3287 r3292 45 45 46 46 FILE *g_fprep = NULL; 47 extern char *g_mondo_cfg_file; // where m *ndo-restore.cfg (the config file) is stored47 extern char *g_mondo_cfg_file; // where mondorestore.cfg (the config file) is stored 48 48 49 49 int g_partition_table_locked_up = 0; -
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3278 r3292 67 67 extern char *g_imagedevs_restthese; // of the imagedevs listed in FILELIST_IMAGEDEVS, 68 68 // restore only these 69 extern char *g_mondo_cfg_file; // where m *ndo-restore.cfg (the config file) is stored69 extern char *g_mondo_cfg_file; // where mondorestore.cfg (the config file) is stored 70 70 extern char *g_mountlist_fname; // where mountlist.txt (the mountlist file) is stored 71 71 extern char *g_mondo_home; // homedir of Mondo; usually /usr/local/share/mondo
Note:
See TracChangeset
for help on using the changeset viewer.