Changeset 1008 in MondoRescue for branches/stable/mindi/mindi


Ignore:
Timestamp:
Dec 21, 2006, 5:08:34 PM (17 years ago)
Author:
Bruno Cornec
Message:

LABEL with mindi were not handled properly since we managed UUID (end of the 5 if cases)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r1005 r1008  
    12881288                    done
    12891289            fi
     1290
     1291            # Check if one of all those tries has known success
     1292            if [ "x$actual_dev" != "x" ]; then
     1293                current_partition=$actual_dev
     1294            else
     1295                Die "Your system uses a LABEL partition ($current_partition), but you lack the tool to support it.\nPlease replace labels with their correct devices in /etc/fstab or install findfs|blkid|vol_id"
     1296            fi
     1297        else
     1298            str_to_find_fmt_with=$current_partition
    12901299        fi
    12911300
Note: See TracChangeset for help on using the changeset viewer.