- Timestamp:
- Sep 29, 2006, 9:28:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/mindi/mindi
r854 r855 1373 1373 # 1st try, findfs - the RHEL way of finding labels and their partitions 1374 1374 if [ -x "/sbin/findfs" ]; then 1375 actual_dev=`/sbin/findfs LABEL=${redhat_label} `1375 actual_dev=`/sbin/findfs LABEL=${redhat_label} 2> /dev/null` 1376 1376 fi 1377 1377 … … 1423 1423 try_dev_label=`dd bs=1 count=16 skip=1052 if=$try_dev 2> /dev/null` 1424 1424 if [ "x$try_dev_label" = "x$redhat_label" ]; then 1425 echo "$swdev is $label"1425 actual_dev=$try_dev 1426 1426 fi 1427 1427 done
Note:
See TracChangeset
for help on using the changeset viewer.