Changeset 3111 in MondoRescue for branches/3.0/mindi/rootfs/sbin
- Timestamp:
- May 5, 2013, 4:55:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/mindi/rootfs/sbin/start-netfs
r3107 r3111 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.