Changeset 3439 in MondoRescue
- Timestamp:
- Aug 28, 2015, 4:24:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondo-rstr-tools.c
r3430 r3439 1940 1940 update_progress_form(tmp); 1941 1941 1942 //TODO: this should be done in a certain order normally if there are cascading mount 1942 1943 if (is_this_device_mounted(mountlist->el[lino].device)) { 1943 1944 if (!strcmp(mountlist->el[lino].mountpoint, "swap")) { … … 1988 1989 log_to_screen("All partitions were unmounted OK."); 1989 1990 } 1991 mr_asprintf(command, "mount"); 1992 log_msg(4, "mount result after unmounting all FS", command); 1993 (void)run_program_and_log_output(command, 3); 1994 mr_free(command); 1990 1995 free(mountlist); 1991 1996 return (retval);
Note:
See TracChangeset
for help on using the changeset viewer.