Changeset 855 in MondoRescue for branches


Ignore:
Timestamp:
Sep 29, 2006, 9:28:18 AM (18 years ago)
Author:
Bruno Cornec
Message:

The fix for SWAP LABEL wasn't complete. Now mindi --makemountlist is working on RHEL4 x86_64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mindi/mindi

    r854 r855  
    13731373            # 1st try, findfs - the RHEL way of finding labels and their partitions
    13741374            if [ -x "/sbin/findfs" ]; then
    1375                 actual_dev=`/sbin/findfs LABEL=${redhat_label}`
     1375                actual_dev=`/sbin/findfs LABEL=${redhat_label} 2> /dev/null`
    13761376            fi
    13771377   
     
    14231423                        try_dev_label=`dd bs=1 count=16 skip=1052 if=$try_dev 2> /dev/null`
    14241424                        if [ "x$try_dev_label" = "x$redhat_label" ]; then
    1425                             echo "$swdev is $label"
     1425                            actual_dev=$try_dev
    14261426                        fi
    14271427                    done
Note: See TracChangeset for help on using the changeset viewer.