Changeset 1295 in MondoRescue for branches/2.2.2/mondo/src/mondorestore


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
Location:
branches/2.2.2/mondo/src/mondorestore
Files:
2 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",
  • branches/2.2.2/mondo/src/mondorestore/mondo-rstr-newt.h

    r541 r1295  
    137137                   struct raidlist_itself *);
    138138void edit_raidrec_additional_vars(struct raid_device_record *);
    139 int evaluate_drive_within_mountlist(struct mountlist_itself *, char *,
    140                                     char *);
    141139int evaluate_mountlist(struct mountlist_itself *, char *, char *, char *);
    142140int find_device_in_mountlist(struct mountlist_itself *, char *);
Note: See TracChangeset for help on using the changeset viewer.