Changeset 2951 in MondoRescue for branches/3.0/mindi/rootfs/sbin/start-netfs


Ignore:
Timestamp:
Feb 16, 2012, 3:18:39 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • Force inclusion all all files mentioned in minimal.conf. This will allow easier support of additional features (such as rpcbind for NFS on RHEL 6.2)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mindi/rootfs/sbin/start-netfs

    r2887 r2951  
    105105        sshfs -o ro,StrictHostKeyChecking=no $netfsopt $netfsmount /tmp/isodir
    106106    elif [ "$proto" != "" ]; then
     107        if [ -x /sbin/rpcbind ]; then
     108            "Startng rpcbind daemon..."
     109            /sbin/rpcbind &
     110        fi
    107111        LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..."
    108112        touch /etc/mtab
Note: See TracChangeset for help on using the changeset viewer.