Ignore:
Timestamp:
Sep 29, 2015, 2:26:05 AM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix #778: Use fatlabel to recreate labelled FAT or VFAT FS when that command is available
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondorestore.c

    r3469 r3472  
    20362036
    20372037    /*  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?")) {
    20402039        mvaddstr_and_log_it(g_currentY, 0,
    20412040                            "Using tune2fs/tune4fs to identify your ext2,3,4 partitions");
     
    20482047        mr_free(fstab_fname);
    20492048
    2050         res = system(tmp1);
     2049        res = run_program_and_log_output(tmp1, TRUE);
    20512050        mr_free(tmp1);
    20522051        if (res) {
Note: See TracChangeset for help on using the changeset viewer.