Changeset 1297 in MondoRescue for branches/stable/mondo/src/mondorestore


Ignore:
Timestamp:
Apr 12, 2007, 1:56:35 AM (17 years ago)
Author:
Bruno Cornec
Message:
  • evaluate_drive_within_mountlist is a private function
  • support UUID in mondorestore (Fix for #103)
  • Fix a bug in size computation for cciss and similar devices needing a p before their partition name
  • Fix 2 references to grep -x which are not working during a restore process due to busybox limits of grep command (Fix for #96)
Location:
branches/stable/mondo/src/mondorestore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/mondorestore/mondo-rstr-newt.h

    r1200 r1297  
    105105                   struct raidlist_itself *);
    106106void edit_raidrec_additional_vars(struct raid_device_record *);
    107 int evaluate_drive_within_mountlist(struct mountlist_itself *, char *,
    108                                     char *);
    109107int evaluate_mountlist(struct mountlist_itself *, char *, char *, char *);
    110108int find_device_in_mountlist(struct mountlist_itself *, char *);
  • branches/stable/mondo/src/mondorestore/mondorestore.c

    r1269 r1297  
    585585    /*  if (restore_some || restore_all || */
    586586    if (ask_me_yes_or_no
    587         (_("Label your ext2 and ext3 partitions if necessary?"))) {
     587        (_("Label/Identify your ext2 and ext3 partitions if necessary?"))) {
    588588        mvaddstr_and_log_it(g_currentY, 0,
    589                             _("Using e2label to label your ext2,3 partitions"));
     589                            _("Using tune2fs to identify your ext2,3 partitions"));
    590590        if (does_file_exist("/tmp/fstab.new")) {
    591591            mr_asprintf(&fstab_fname, "/tmp/fstab.new");
     
    838838    mvaddstr_and_log_it(g_currentY,
    839839                        0,
    840                         _("Using e2label to label your ext2,3 partitions"));
     840                        _("Using tune2fs to identify your ext2,3 partitions"));
    841841
    842842    mr_asprintf(&tmp, "label-partitions-as-necessary %s < /tmp/fstab",
Note: See TracChangeset for help on using the changeset viewer.