Ignore:
Timestamp:
May 15, 2012, 6:13:10 PM (12 years ago)
Author:
Bruno Cornec
Message:
  • Fix #618 by adding support for new command tune4fs for labelling ext4 FS (needed on RHEL 5.6 at least)
File:
1 edited

Legend:

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

    r3002 r3008  
    653653        ("Label/Identify your ext2/ext3/ext4 partitions if necessary?")) {
    654654        mvaddstr_and_log_it(g_currentY, 0,
    655                             "Using tune2fs to identify your ext2,3,4 partitions");
     655                            "Using tune2fs/tune4fs to identify your ext2,3,4 partitions");
    656656        if (does_file_exist("/tmp/fstab.new")) {
    657657            strcpy(fstab_fname, "/tmp/fstab.new");
     
    888888    mvaddstr_and_log_it(g_currentY,
    889889                        0,
    890                         "Using tune2fs to identify your ext2,3 partitions");
     890                        "Using tune2fs/tune4fs to identify your ext2,3 partitions");
    891891
    892892    sprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab >> %s 2>> %s", g_mountlist_fname, MONDO_LOGFILE, MONDO_LOGFILE);
Note: See TracChangeset for help on using the changeset viewer.