Changeset 1008 in MondoRescue
- Timestamp:
- Dec 21, 2006, 5:08:34 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r1005 r1008 1288 1288 done 1289 1289 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 1290 1299 fi 1291 1300
Note:
See TracChangeset
for help on using the changeset viewer.