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


Ignore:
Timestamp:
Apr 26, 2013, 8:08:45 PM (11 years ago)
Author:
Bruno Cornec
Message:
  • Add cifs support for #208 with first modifications to add cifs support as an external FS
File:
1 edited

Legend:

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

    r2951 r3098  
    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
    106109    elif [ "$proto" != "" ]; then
    107110        if [ -x /sbin/rpcbind ]; then
Note: See TracChangeset for help on using the changeset viewer.