Changeset 3147 in MondoRescue for branches/3.1/mindi/rootfs/sbin/start-netfs


Ignore:
Timestamp:
Jun 19, 2013, 8:34:46 AM (12 years ago)
Author:
Bruno Cornec
Message:
  • First pass on svn merge -r 2935:3146 ../3.0
File:
1 edited

Legend:

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

    r2937 r3147  
    138138            ln -sf /dev/console /dev/tty
    139139            sshfs -o ro,StrictHostKeyChecking=no $netfsopt $netfsmount /tmp/isodir
     140        elif [ "$proto" = "smbfs" ]; then
     141            LogIt "Mounting SMBFS share ($netfsmount) on /tmp/isodir..."
     142            mount -t cifs $netfsopt $netfsmount /tmp/isodir -o ro
    140143        elif [ "$proto" != "" ]; then
     144            if [ -x /sbin/rpcbind ]; then
     145                "Startng rpcbind daemon..."
     146                /sbin/rpcbind &
     147            fi
    141148            LogIt "Mounting Network share ($netfsmount) on /tmp/isodir..."
    142149            touch /etc/mtab
Note: See TracChangeset for help on using the changeset viewer.