Changeset 3472 in MondoRescue for branches/3.2/mondo/src/mondorestore/mondorestore.c
- Timestamp:
- Sep 29, 2015, 2:26:05 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.2/mondo/src/mondorestore/mondorestore.c
r3469 r3472 2036 2036 2037 2037 /* if (restore_some || restore_all || */ 2038 if (ask_me_yes_or_no 2039 ("Label/Identify your ext2/ext3/ext4 partitions if necessary?")) { 2038 if (ask_me_yes_or_no("Label/Identify your ext2/ext3/ext4 partitions if necessary?")) { 2040 2039 mvaddstr_and_log_it(g_currentY, 0, 2041 2040 "Using tune2fs/tune4fs to identify your ext2,3,4 partitions"); … … 2048 2047 mr_free(fstab_fname); 2049 2048 2050 res = system(tmp1);2049 res = run_program_and_log_output(tmp1, TRUE); 2051 2050 mr_free(tmp1); 2052 2051 if (res) {
Note:
See TracChangeset
for help on using the changeset viewer.