Changeset 2481 in MondoRescue for branches/2.2.10/mondo/src
- Timestamp:
- Nov 12, 2009, 2:33:39 AM (16 years ago)
- Location:
- branches/2.2.10/mondo/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.2.10/mondo/src/common/libmondo-archive.c
r2463 r2481 2042 2042 get_last_filelist_number() + 1); 2043 2043 2044 for (; does_file_exist(curr_filelist_fname); curr_set_no++) {2044 for (;;) { 2045 2045 /* backup this set of files */ 2046 2046 mr_asprintf(curr_filelist_fname, FILELIST_FNAME_RAW_SZ, bkpinfo->tmpdir, curr_set_no); … … 2123 2123 mr_free(curr_filelist_fname); 2124 2124 mr_free(curr_afioball_fname); 2125 curr_set_no++; 2125 2126 } 2126 2127 close_progress_form(); -
branches/2.2.10/mondo/src/mondorestore/mondo-prep.c
r2462 r2481 213 213 return (0); 214 214 #endif 215 216 tmp = call_program_and_get_last_line_of_output("cat /proc/cmdline"); 217 if (strstr(tmp, "nolvm")) { 218 mr_free(tmp); 219 return(0); 220 } 221 mr_free(tmp); 215 222 216 223 if (!(fin = fopen("/tmp/i-want-my-lvm", "r"))) {
Note:
See TracChangeset
for help on using the changeset viewer.