Changeset 3064 in MondoRescue
- Timestamp:
- Nov 11, 2012, 4:52:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/mindi
r3061 r3064 1081 1081 if [ -h "$c_p" ] && [ "`echo "$c_p" | grep -F "/dev/hd"`" = "" ] && [ "`echo "$c_p" | grep -F "/dev/sd"`" = "" ] && [ "`echo "$c_p" | grep -F "/dev/md"`" = "" ] ; then 1082 1082 current_partition=`readlink -f $c_p` 1083 [ "`echo "$current_partition" | grep -F "/dev/mapper"`" != "" ] && current_partition="$c_p"1084 1085 1083 if [ "`echo "$current_partition" | grep -F "/dev/mapper"`" != "" ]; then 1086 1084 current_partition="$c_p" … … 1300 1298 # Detects iso9660 ISO images and exclude them 1301 1299 if [ "`echo "$partition_format" | grep -iw iso9660`" != "" ]; then 1302 LogFile "INFO: Excluding $current_partition from mountlist (due to iso 8660 format in fstab)"1300 LogFile "INFO: Excluding $current_partition from mountlist (due to iso9660 format in fstab)" 1303 1301 continue 1304 1302 fi … … 1315 1313 # into any of the LVM tools if possible. 1316 1314 1317 1315 current_lvolume="$current_partition" 1318 1316 if [ $LVM = "v2" ] && [ "`echo $current_partition | grep -E '^/dev/mapper/'`" ]; then 1319 1317 # .static dir are a Debian specificity
Note:
See TracChangeset
for help on using the changeset viewer.