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


Ignore:
Timestamp:
May 5, 2013, 4:23:30 AM (11 years ago)
Author:
Bruno Cornec
Message:
 
File:
1 edited

Legend:

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

    r3098 r3107  
    104104        ln -sf /dev/console /dev/tty
    105105        sshfs -o ro,StrictHostKeyChecking=no $netfsopt $netfsmount /tmp/isodir
    106     elif [ "$proto" = "smbfs" ]; then
    107         LogIt "Mounting SMBFS share ($netfsmount) on /tmp/isodir..."
    108         mount -t cifs $netfsopt $netfsmount /tmp/isodir -o ro
    109106    elif [ "$proto" != "" ]; then
    110107        if [ -x /sbin/rpcbind ]; then
Note: See TracChangeset for help on using the changeset viewer.