Changeset 2847 in MondoRescue for branches/2.2.9/mindi/mindi


Ignore:
Timestamp:
Jul 5, 2011, 3:26:49 AM (13 years ago)
Author:
Bruno Cornec
Message:
  • Try to handle netfs_user better in all cases (NFS and SSHFS)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi/mindi

    r2842 r2847  
    957957    AddFileToCfgIfExists $MINDI_TMP/NETFS-CLIENT-DEFGW  netfs-client-defgw  $outfile
    958958    AddFileToCfgIfExists $MINDI_TMP/NETFS-SERVER-MOUNT  netfs-server-mount  $outfile
     959    AddFileToCfgIfExists $MINDI_TMP/NETFS-SERVER-USER  netfs-server-user  $outfile
    959960    AddFileToCfgIfExists $MINDI_TMP/NETFS-SERVER-PATH   netfs-server-path   $outfile
    960961    AddFileToCfgIfExists $MINDI_TMP/NETFS-DEV           netfs-dev           $outfile
     
    10661067            # 1st try, findfs - the RHEL way of finding labels and their partitions
    10671068            if [ -x "/sbin/findfs" ]; then
    1068                 actual_dev=`/sbin/findfs LABEL=${redhat_label} 2> /dev/null`
     1069                actual_dev=`/sbin/findfs LABEL="${redhat_label}" 2> /dev/null`
    10691070            fi
    10701071   
Note: See TracChangeset for help on using the changeset viewer.