Ignore:
Timestamp:
Apr 11, 2007, 8:59:49 PM (17 years ago)
Author:
Bruno Cornec
Message:
  • evaluate_drive_within_mountlist is a private function
  • support UUID in mondorestore (Improvements for #103)
  • Fix a bug in size computation for cciss and similar devices needing a p before their partition name
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.2/mondo/src/mondorestore/mondo-restore.c

    r1240 r1295  
    601601    /*  if (restore_some || restore_all || */
    602602    if (ask_me_yes_or_no
    603         ("Label your ext2 and ext3 partitions if necessary?")) {
     603        ("Label/Identify your ext2 and ext3 partitions if necessary?")) {
    604604        mvaddstr_and_log_it(g_currentY, 0,
    605                             "Using e2label to label your ext2,3 partitions");
     605                            "Using tune2fs to identify your ext2,3 partitions");
    606606        if (does_file_exist("/tmp/fstab.new")) {
    607607            strcpy(fstab_fname, "/tmp/fstab.new");
     
    840840    mvaddstr_and_log_it(g_currentY,
    841841                        0,
    842                         "Using e2label to label your ext2,3 partitions");
     842                        "Using tune2fs to identify your ext2,3 partitions");
    843843
    844844    sprintf(tmp, "label-partitions-as-necessary %s < /tmp/fstab",
Note: See TracChangeset for help on using the changeset viewer.