Changeset 2030 in MondoRescue for branches/2.2.7/mondo/src/mondorestore
- Timestamp:
- Oct 3, 2008, 1:50:44 AM (17 years ago)
- Location:
- branches/2.2.7/mondo/src/mondorestore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.7/mondo/src/mondorestore/mondo-rstr-tools.c
r2029 r2030 45 45 extern bool g_ISO_restore_mode; /* are we in Iso Mode? */ 46 46 extern bool g_I_have_just_nuked; 47 /* 47 48 extern char *g_tmpfs_mountpt; 49 */ 48 50 extern char *g_isodir_device; 49 51 extern char *g_isodir_format; … … 97 99 paranoid_free(g_mountlist_fname); 98 100 paranoid_free(g_mondo_home); 101 /* 99 102 paranoid_free(g_tmpfs_mountpt); 103 */ 100 104 paranoid_free(g_isodir_device); 101 105 paranoid_free(g_isodir_format); … … 1932 1936 malloc_string(g_mountlist_fname); 1933 1937 malloc_string(g_mondo_home); 1938 /* 1934 1939 malloc_string(g_tmpfs_mountpt); 1940 */ 1935 1941 malloc_string(g_isodir_device); 1936 1942 malloc_string(g_isodir_format); -
branches/2.2.7/mondo/src/mondorestore/mondorestore.c
r2022 r2030 39 39 * Globals * 40 40 **************************************************************************/ 41 /* 41 42 extern char *g_tmpfs_mountpt; // declared in libmondo-tools.c 43 */ 42 44 extern bool g_text_mode; 43 45 extern FILE *g_fprep; … … 2949 2951 strcpy(g_mondo_home, 2950 2952 call_program_and_get_last_line_of_output("which mondorestore")); 2953 /* 2951 2954 sprintf(g_tmpfs_mountpt, "/tmp/tmpfs"); 2952 2955 make_hole_for_dir(g_tmpfs_mountpt); 2956 */ 2953 2957 g_current_media_number = 1; // precaution 2954 2958
Note:
See TracChangeset
for help on using the changeset viewer.