Changeset 3098 in MondoRescue for branches/3.0/mindi/rootfs/sbin/start-netfs
- Timestamp:
- Apr 26, 2013, 8:08:45 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/rootfs/sbin/start-netfs
r2951 r3098 104 104 ln -sf /dev/console /dev/tty 105 105 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 106 109 elif [ "$proto" != "" ]; then 107 110 if [ -x /sbin/rpcbind ]; then
Note:
See TracChangeset
for help on using the changeset viewer.