Changeset 784 in MondoRescue
- Timestamp:
- Sep 1, 2006, 11:31:58 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r766 r784 1445 1445 current_lvolume="`find /dev -lname "$current_partition" | grep -Ev '^/dev/\.static/'`" 1446 1446 echo $current_lvolume | grep -q ' ' 1447 if [ $? -eq 0 ]; then1447 if [ $? -eq 0 ]; then 1448 1448 echo "WARNING: Multiple Logical Volumes found. Report to dev team" >> $LOGFILE 1449 1449 fi
Note:
See TracChangeset
for help on using the changeset viewer.